ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
## 订单截图列表 ~~~[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": "您无权访问此订单", } ~~~