## 訂單截圖列表
~~~[api]
get:/public/api/provider/orderImg
*orderId#訂單編號
*appid#商戶申請的appid
*sign#簽名
*timestamp=1564402972422#時間戳
*
*
*
*
*
<<<
success
{
"status": "SUCCESS",
"msg": "成功",
"data":[
{
"imgUrl": "http://192.168.31.118:8088/dlfiles/progress/20201122/1606046019565.png",
"upAuthor": "發單人",
"upload": "2020/11/22 19:53:39",
"imgNote": "12311"
},
{
"imgUrl": "http://192.168.31.118:8088/dlfiles/progress/20201122/8787.png",
"upAuthor": "發單人",
"upload": "2020/11/22 14:33:42",
"imgNote": "12311"
},
{
"imgUrl": "http://192.168.31.118:8088/dlfiles/progress/20201122/8787.png",
"upAuthor": "發單人",
"upload": "2020/11/22 14:33:28",
"imgNote": "12311"
},
{
"imgUrl": "http://192.168.31.118:8088/dlfiles/progress/20201122/8787.png",
"upAuthor": "發單人",
"upload": "2020/11/22 14:28:31",
"imgNote": "12311"
},
{
"imgUrl": "http://192.168.31.118:8088/dlfiles/progress/20201120/file-1605866964887",
"upAuthor": "接單人",
"upload": "2020/11/20 18:09:24",
"imgNote": "12"
},
{
"imgUrl": "http://192.168.31.118:8088/dlfiles/progress/20201120/96x96.png",
"upAuthor": "發單人",
"upload": "2020/11/20 14:09:56",
"imgNote": "說明"
}]
}
<<<
error
{
"status": "FAIL",
"msg": "參數異常",
}
<<<
error
{
"status": "FAIL",
"msg": "商戶不存在,請聯系客服申請!",
}
<<<
error
{
"status": "FAIL",
"msg": "簽名驗證失敗!",
}
<<<
error
{
"status": "FAIL",
"msg": "您無權訪問此訂單",
}
~~~