##申請撤銷訂單
~~~[api]
post:/api/provider/applyRevoking
*long:orderId=100001#訂單id
*payDailianAmount=100001#支付代練費
*double:costDeposit=20.00#賠付保證金
*revokeReason=100001#撤銷原因
*appid=abcdefghijklmn#商戶申請的appid
*requestId=abcdefghijklmn#請求唯一ID
*requestTime=abcdefghijklmn#請求時間
*sign=abcdefghijklmn#簽名信息
<<<
success
{
"code": "000",
"message": "success",
"data": []
}
<<<
error
{
"code": "200006",
"message": "服務商信息有誤,請重新登錄或聯系客服",
"data": null
}
<<<
error
{
"code": "002",
"message": "參數為空或者不存在",
"data": null
}
<<<
error
{
"code": "006",
"message": "訂單操作失敗,請刷新后重試",
"data": null
}
<<<
error
{
"code": "600005",
"message": "支付代練費不能超過訂單價格",
"data": null
}
<<<
error
{
"code": "100001",
"message": "保存失敗",
"data": null
}
<<<
error
{
"code": "600006",
"message": "賠付的保證金不能超過訂單總保證金",
"data": null
}