短信、电话云平台接口调用说明文档
1. 电话&短信云平台注册账号,后面需要用到username和password做权限验证
https://casdoor.zhangyuqing.cn/login/smscloud
2. wechat联系zyq2280539进行购买接口权限和分配设备调用,
【注意】下方的接口如果没有分配权限和配置发送设备即使在第一步注册了也是不能调用成功的。
3. 根据生成接口调用的token的api获取接口调用的token
调用接口地址: https://mapi.zhangyuqing.cn/index.php/Air780E/generateTokenByPassword
header: Content-Type:application/json
参数: username、password
请求方式: post
4. 发送短信或者发送电话留言
1)发送短信:
调用接口地址: https://mapi.zhangyuqing.cn/index.php/Air780E/sendSMS
header: Content-Type:application/json
参数: to、text、token 【注意此处to应该为完整格式如+86138383838383】
请求方式: post
2)发送电话留言:
调用接口地址: https://mapi.zhangyuqing.cn/index.php/Air780E/sendCall
header: Content-Type:application/json
参数: to、text、token 【注意此处to应该为完整格式如+86138383838383】
请求方式: post
5. 查询发送记录状态或者电话留言状态
1)查询短信发送状态:
调用接口地址: https://mapi.zhangyuqing.cn/index.php/Air780E/querySMSStatus
header: Content-Type:application/json
参数: id
请求方式: post
2)查询电话发送状态:
调用接口地址: https://mapi.zhangyuqing.cn/index.php/Air780E/queryCallStatus
header: Content-Type:application/json
参数: id
请求方式: post