彩信状态报告
提交方式:
xml格式
建议采用post方式提交请求。
功能:
功能:在客户端和服务器端的通信中,客户端用Report命令向服务器端请求MT彩信状态报告。服务器端接收到Report命令,会返回Report_Resp应答。返回该用户的MT彩信状态报告,每次最多100条。
请求参数:
请求XML格式示例:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<head><cmdId>004</cmdId><account>dh***</account><password>0243614f784a8cfa94a94b85cbee7540</password></head>
</root>
参数名称 | 说明 | |
---|---|---|
head | cmdId | 命令ID,004 |
account | 用户账号 | |
password | 用户密码,需采用MD5加密(32位小写) | |
body | 无 |
响应格式示例:
<?xml version="1.0" encoding="UTF-8"?>
<root>
<head>
<cmdId>804</cmdId>
<result>0</result>
</head>
<body>
<reportMsg>
<phone>13333333333</phone>
<msgid>77fd4a7c3cb045309835f6178d06d208</msgid>
<status>1</status>
<statusDesp>未知</statusDesp>
<reportTime>2017-12-18 17:30:03</reportTime>
</reportMsg>
</body>
</root>
Submit命令的应答内容:
参数名称 | 说明 | ||
---|---|---|---|
head | cmdId | 命令ID,804 or 704 | |
result | 命令是否成功接收。 0:接收成功 其它请参照:彩信提交响应错误码,不等于0时,本响应包中不会有body标签 |
||
body | reportMsg | phone | 手机号码 |
msgid | 彩信标识 | ||
status | 彩信发送结果:0—成功;1—接口处理失败; 2—运营商网关失败 | ||
statusDesp | 发送状态描述 | ||
reportTime | 状态报告时间 | ||
reportMsg | phone | 手机号码 | |
msgid | 彩信标识 | ||
status | 彩信发送结果:0—成功;1—接口处理失败; 2—运营商网关失败 | ||
statusDesp | 发送状态描述 | ||
reportTime | 状态报告时间 | ||
…… | …… | …… |
文档更新时间: 2024-08-28 09:10 作者:夏亮