##增加代练时间
~~~[api]
post:/public/api/provider/addTime
*orderId#订单编号
*time#需要增加的时间(小时)
*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": "您无权访问此订单",
}
~~~