DigWS 短消息和WapPush 快速开发指南-接口介绍
作者:互联网
- SendSms:发送短消息
Parameter<?xml:namespace prefix = o />
Description
account:
账户
password:
密码
serviceno:
分配给你的特服号码
在网站的发送页面上可以看到mobilenolist:
要发送出去的手机号码列表,可以包括联通和移动, 建议一次发送不要超过1000个手机
content:
发送的短消息内容,需要少于70个字
sendtime:
定时发送短消息的时间. 格式:2005-05-01 12:12:12
- SendWapPush:发送WapPush
Parameter
Description
account:
账户
password:
密码
serviceno:
分配给你的特服号码
在网站的发送页面上可以看到
mobilenolist:
要发送出去的手机号码列表,可以包括联通和移动, 建议一次发送不要超过1000个手机
content:
发送的WapPush 消息标题
url:
Wap 的URL地址,以http://开头。和Content加起来字数少于70。
sendtime:
定时发送短消息的时间. 格式:2005-05-01 12:12:12
- GetOutBoxSMS
Parameter
Description
account:
账户
password:
密码
lastreturnid:
上次系统返回的最大的id,这样可以只返回较新的SMS内容
statuscode:
返回系统状态为statuscode的SMS,
status = -1时返回所有的SMS
status = 0 时表示 准备发送
status = 3 时表示 正在处理
status = 2 时表示 发送失败
status = 1 时表示 发送成功 - GetInBoxSMS
Parameter
Description
account:
账户
password:
密码
lastreturnid:
上次系统返回的最大的id,这样可以只返回较新的SMS内容
转载于:https://www.cnblogs.com/digws/archive/2005/07/03/185594.html
标签:status,短消息,password,12,WapPush,发送,DigWS,Parameter 来源: https://blog.csdn.net/weixin_33922670/article/details/94482628