ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
##订单取消撤销申请 ~~~[api] post:/public/api/provider/cancelApplyRevoking *orderId#订单编号 *appid#商户申请的appid *sign#签名 *timestamp=1564402972422#时间戳 * * * * * <<< success { "status": "SUCCESS", "msg": "成功", "data": { "qq": "7412", "orderTakingTime": "2020/11/20 14:05:46", "gameType": "0", "releaseTime": "2020/11/20 14:04:24", "statusType": "10", "checkPhone": "1302327", "orderId": "20201120140424160116303", "gameAccount": "count", "efficiencyDeposit": "100", "requirement": "代练要求", "title": "标题123", "timelimit": "10", "receiverId": "20200424113615194484235", "gameName": "name", "domainServer": "wangzhe", "price": "110.0", "gamePassWord": "pwd", "safeDeposit": "100", "contactPhone": "1302327" } } <<< error { "status": "FAIL", "msg": "参数异常", } <<< error { "status": "FAIL", "msg": "商户不存在,请联系客服申请!", } <<< error { "status": "FAIL", "msg": "签名验证失败!", } <<< error { "status": "FAIL", "msg": "您无权访问此订单", } <<< error { "status": "FAIL", "msg": "只可取消自己发起的申请", } ~~~