##已发布订单详情
~~~[api]
get:/public/api/provider/orderDetail
*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",
"applyCancelTime": null,//申请撤销时间
"cancelContent": null,//申请撤销原因
"applyCancelUser": null,//申请撤销用户 (发单人/接单人)
"serviceFee": "0",//服务费(由资金收入方支付)
"actualDeductDLFee": "50",//实际支付代练费
"actualDeductSJFee": "60",//实际扣除双金
"applyCustUser": null,//申请仲裁裁用户 (发单人/接单人)
"applyCustTime": null,//申请仲裁时间
"arbitReason": ""//申请仲裁原因
"payDailianAmount": "10",//协商撤销支付代练费
"costDeposit": "20",//协商撤销赔付双金
"cancelContent": "yuanyin",//协商撤销原因
"applyExpContent": "yuanyin",//申请异常原因
}
}
<<<
error
{
"status": "FAIL",
"msg": "参数异常",
}
<<<
error
{
"status": "FAIL",
"msg": "商户不存在,请联系客服申请!",
}
<<<
error
{
"status": "FAIL",
"msg": "签名验证失败!",
}
<<<
error
{
"status": "FAIL",
"msg": "您无权访问此订单",
}
~~~