smsSendBatch
POST
http://192.168.1.104/web/smsSend
接口描述
群发短信
请求头
参数名
类型
描述
必填
TN
String
登录状态
必填
请求参数
参数名
类型
描述
必填
cmd
String
请求体描述
必填
mobile
String[]
手机号码组成的数组
必填
templateCode
String
模板code
必填
content
String[]
要发送的参数数组
必填
type
String
发送类型(only:只发生一个号码;batch:群发;all:发送给所有已注册的手机号码)
必填