短信发送接口
POST
http://xxx/api/v2/send
请求头定义: Content-Type:application/x-www-form-urlencoded;charset=utf-8.
请求参数
Body 参数application/x-www-form-urlencoded
accesskey
string
必需
示例值:
xxxxxxxxxx
secret
string
必需
示例值:
yyyyyyyyyy
sign
string
必需
示例值:
【测试签名】
templateId
string
可选
示例值:
123456
mobile
string
必需
示例值:
13900000000,13900000001
content
string
可选
示例值:
先生##9:40##快递公司##1234567 (示例模板:{1}您好,您的订单于{2}已通过{3}发货,运单号{4})
data
string
可选
示例值:
{"13700000001":"女士##10:10##物流公司##000000","13700000000":"先生##9:40##快递公司##1234567"}
scheduleSendTime
string
可选
示例值:
2018-01-01 18:00:00
reqNo
string
可选
示例值:
abc123
extNo
string
扩展码。
示例值:
1234
示例代码
返回响应
修改于 2024-01-25 08:26:20