public static final class CheckMobilesCardSupportRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CheckMobilesCardSupportRequest |
build() |
CheckMobilesCardSupportRequest.Builder |
mobiles(List<Map<String,?>> mobiles)
The list of mobile phone numbers that receive messages.
|
CheckMobilesCardSupportRequest.Builder |
templateCode(String templateCode)
The code of the message template.
|
public CheckMobilesCardSupportRequest.Builder mobiles(List<Map<String,?>> mobiles)
The list of mobile phone numbers that receive messages.
This parameter is required.
public CheckMobilesCardSupportRequest.Builder templateCode(String templateCode)
The code of the message template. You can view the template code in the Template Code column on the Templates tab of the Go China page in the Alibaba Cloud SMS console.
Make sure that the message template has been approved.
This parameter is required.
example:CARD_SMS_****
public CheckMobilesCardSupportRequest build()
Copyright © 2026. All rights reserved.