国际短信单条发送接口
POST
http://intapi.253.com/send/json
请求
URL:http://intapi.253.com/send/json
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://intapi.253.com/send/json'
响应示例响应示例
{
"code": "0",
"error": "",
"msgid": "18061111311002746151"
}
请求参数
Body 参数application/x-www-form-urlencoded
account
string
可选
password
string
可选
msg
string
用户自定义短信内容
mobile
string
接收短信的手机号码
返回响应
修改于 2021-12-30 05:48:53