多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 获取订单消息历史记录 ~~~[api] get:/public/api/provider/orderMsgHistory *orderId#订单编号 *page=0#当前页码 *pageSize=10#每页记录数 *appid#商户申请的appid *sign#签名 *timestamp=1564402972422#时间戳 * * * * * <<< success { "status": "SUCCESS", "msg": "成功", "data":[ { "senduser": "发单人", "time": "2020/11/25 18:12:12", "content": "345345345" }, { "senduser": "发单人", "time": "2020/11/25 18:06:45", "content": "123123" }, { "senduser": "发单人", "time": "2020/11/25 18:06:37", "content": "123123123" }, { "senduser": "发单人", "time": "2020/11/25 18:06:31", "content": "23234234" }, { "senduser": "发单人", "time": "2020/11/25 18:06:27", "content": "34234234" }, { "senduser": "发单人", "time": "2020/11/25 18:06:21", "content": "" }, { "senduser": "发单人", "time": "2020/11/25 17:41:35", "content": "45454556" }, { "senduser": "接单人", "time": "2020/11/25 17:41:30", "content": "\n" }, { "senduser": "发单人", "time": "2020/11/25 17:41:24", "content": "" }, { "senduser": "发单人", "time": "2020/11/25 17:41:21", "content": "123123" } ] } <<< error { "status": "FAIL", "msg": "参数异常", } <<< error { "status": "FAIL", "msg": "商户不存在,请联系客服申请!", } <<< error { "status": "FAIL", "msg": "签名验证失败!", } <<< error { "status": "FAIL", "msg": "您无权访问此订单", } ~~~