【shell】创蓝253云通讯平台国际短信API接口DEMO
2021-04-01 05:26
标签:格式 -- can ati pos 中国 count api int #author ChuangLan url="http://intapi.253.com/send/json" data="{\"account\":\"$account\",\"password\":\"$password\",\"mobile\":\"$mobile\",\"msg\":\"$msg\"}" 【shell】创蓝253云通讯平台国际短信API接口DEMO 标签:格式 -- can ati pos 中国 count api int 原文地址:http://blog.51cto.com/13750674/2134082account and password can be change to what you wanna!
#修改为您的account
account=""
#修改为您的pw
password="a.123456"
#手机号码,格式(区号+手机号码),例如:8615800000000,其中86为中国的区号
mobile="8615800000000"
#设置您要发送的内容
msg="【253云通讯】您的验证码是123456。如非本人操作,请忽略。"
echo "send sms:"
curl -H "Content-Type:application/json" -X POST --data $data $url
文章标题:【shell】创蓝253云通讯平台国际短信API接口DEMO
文章链接:http://soscw.com/index.php/essay/70788.html