~~~[api]
post:/api.php/green/bigorder/listOrders
*int:uid#
category#分类名称
*int:order_status#订单状态,0、审核中,1、竞拍/出价中,2、已完成,3、已取消
int:index=1#分页参数-页码,默认从1开始
int:limit=10#分页参数-每页数据量,最大10
<<<
success
{
"code": 200,
"msg": "ok",
"data": {
"list": [{
"order_number": "2019122317191117670490265354B",
"title": "废铁2吨",
"imgurl": "{“http:baidu.com”}",
"ctime": 0,
"local_province": "100",
"local_city": "110",
"local_county": "111",
"local_address": "古墩路254号",
"order_number": "2019122317191117670490265354B",
"usernum_join": 2,
"usernum_bid": 0,
"max_price": "2.00"
}
]
,
total:12
}
}
<<<
error
~~~
## 返回数据字段说明
| 字段 | 说明 |
| --- | --- |
|order_number|订单编号|
| title | 标题 |
|imgurl |图片 |
|ctime | 创建时间,时间戳格式,精确到秒 |
| local_province | |
| local_city | |
| local_county | |
| local_address | |
| order_number | |
| usernum_join |接单人数 |
| usernum_bid | 出价人数 |
| max_price |最高出价 |