Commit 46b3fc6edce8533cad6d04e9098be38915dd0617
1 parent
ea08c006
update
Showing
1 changed file
with
2 additions
and
2 deletions
10.消息云/1.4 查询短信上行内容.md
| ... | ... | @@ -12,10 +12,10 @@ |
| 12 | 12 | "errorCode":"0", |
| 13 | 13 | "errorMessage":"成功", |
| 14 | 14 | "data":{ |
| 15 | - "id":"1", | |
| 16 | 15 | "taskId":"xxxxxx", //模板ID |
| 17 | 16 | "mobile":"13800138000", //手机号码 |
| 18 | - "content":"xxxxxx", //短信模板 | |
| 17 | + "content":"xxxxxx", //回复内容 | |
| 18 | + "sub_content":"xxxxxx", //短信模板 | |
| 19 | 19 | "reply_time":"2017-09-04 16:00:55 643" //回复时间 |
| 20 | 20 | } |
| 21 | 21 | ... | ... |