##已发布订单查询列表
~~~[api]
get:/public/api/provider/orderList
gameId=0#游戏 id
startPublishTime=2020/11/22#订单发布开始时间(最多只能查询一周)
endPublishTime=2020/11/29#订单发布结束时间(最多只能查询一周)
startPrice#最低订单价格
endPrice#最高订单价格
keyWord#订单id,订单价格,订单标题,游戏角色名称查询
*page=0#页码(默认0)
*pageSize=10#每页记录数(默认10)
*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"
},
{
"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": "最多只能查一周的订单",
}
~~~