Page History

Readautoreply

Last edited by 翁力

返回

读取自动回复


URL: http://120.92.61.152:8080/Daren/reply/readAutoReplay.action?appId=xxx&sid=xxx


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用id
sid String true 用户云id

返回格式: JSON


返回格式样例:

{
  "errorCode": "0",
  "errorMessage": "成功",
  "data" : [
        { "replyId": "1234",
          "replyContent": "亲,订单已经改好,您点击确认,可以付款啦。"
        },
        { "replyId": "1235",
          "replyContent": "亲,请稍等。"
        }
  ]
}