1.4 查询短信上行内容.md 827 Bytes

请求参数说明:

参数名 参数类型 必选 参数说明
appId string true 应用ID
templatId string true 短信模板ID taskId说明
date string true 查询日期 例:2017-10-01
sign string true 签名

返回格式说明:

{   
    "errorCode":"0",
    "errorMessage":"成功",
    "data":{
        "taskId":"xxxxxx",  //模板ID
        "mobile":"13800138000",  //手机号码
        "content":"xxxxxx", //回复内容
        "sub_content":"xxxxxx", //短信模板
        "reply_time":"2017-09-04 16:00:55 643" //回复时间
    }

}