## 獲取訂單消息歷史記錄
~~~[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": "您無權訪問此訂單",
}
~~~