##申請撤銷訂單
~~~[api]
post:/public/api/provider/applyCancel
*orderId#訂單編號
*payDailianAmount#支付代練費
*costDeposit#賠付保證金
*revokeReason#撤銷原因
*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",
"applyCancelTime": null,//申請撤銷時間
"cancelContent": null,//申請撤銷原因
"applyCancelUser": null,//申請撤銷用戶 (發單人/接單人)
"serviceFee": "0",//服務費(由資金收入方支付)
"actualDeductDLFee": "50",//實際支付代練費
"actualDeductSJFee": "60",//實際扣除雙金
"applyCustUser": null,//申請仲裁裁用戶 (發單人/接單人)
"applyCustTime": null,//申請仲裁時間
"arbitReason": ""//申請仲裁原因
"payDailianAmount": "10",//協商撤銷支付代練費
"costDeposit": "20",//協商撤銷賠付雙金
"cancelContent": "yuanyin",//協商撤銷原因
}
}
<<<
error
{
"status": "FAIL",
"msg": "參數異常",
}
<<<
error
{
"status": "FAIL",
"msg": "商戶不存在,請聯系客服申請!",
}
<<<
error
{
"status": "FAIL",
"msg": "簽名驗證失敗!",
}
<<<
error
{
"status": "FAIL",
"msg": "您無權訪問此訂單",
}
<<<
error
{
"status": "FAIL",
"msg": "發單人需支付代練費不能超過訂單價格",
}
<<<
error
{
"status": "FAIL",
"msg": "接單人需支付雙金不能超過訂單雙金",
}
~~~