Commit ea08c00695868cb17fcd1d16ae5b4b124f72d960
1 parent
fdce5189
add readUpInfo
Showing
1 changed file
with
23 additions
and
0 deletions
10.消息云/1.4 查询短信上行内容.md
0 → 100644
| 1 | +#### 请求参数说明: | |
| 2 | +| 参数名 | 参数类型 | 必选 | 参数说明 | | |
| 3 | +| :------: | :------: | :------: | :------: | | |
| 4 | +| appId | string | true | 应用ID | | |
| 5 | +| templatId | string | true | 短信模板ID <a href="http://console.open.cnlive.com/open/doc/sys/xiaoxi/366df881-2582-44ab-9b96-7fab86742e6b/10.消息云/1.1.1%20发送短信-taskId说明">taskId说明</a> | | |
| 6 | +| date | string | true | 查询日期 例:2017-10-01 | | |
| 7 | +| sign | string | true | 签名 | | |
| 8 | +----- | |
| 9 | +#### 返回格式说明: | |
| 10 | +``` | |
| 11 | +{ | |
| 12 | + "errorCode":"0", | |
| 13 | + "errorMessage":"成功", | |
| 14 | + "data":{ | |
| 15 | + "id":"1", | |
| 16 | + "taskId":"xxxxxx", //模板ID | |
| 17 | + "mobile":"13800138000", //手机号码 | |
| 18 | + "content":"xxxxxx", //短信模板 | |
| 19 | + "reply_time":"2017-09-04 16:00:55 643" //回复时间 | |
| 20 | + } | |
| 21 | + | |
| 22 | +} | |
| 23 | +``` | |
| 0 | 24 | \ No newline at end of file | ... | ... |