~~~[api]
post:/apiw.php/green/bigorder/listJoinBids
*int:work_id#
*order_sn#订单编号
<<<
success
{
"code": 200,
"msg": "ok",
"data": {
"list": [{
"price": "2.00",
"timestamp": 1577094278,
"work_id": 7
},
{
"price": "2.00",
"timestamp": 1577094310,
"work_id": 7
}
],
"works": [{
"nick_name": "BENBENBEN",
"avatar": "/dist//uploads/20180625/db05826d69ca5f947107bdebb21f85a3.jpg",
"id": 7
,
"phone":null
}]
}
}
<<<
error
~~~
## 返回数据字段说明
### list
| 字段 | 说明 |
| --- | --- |
| price | 出价金额 |
| timestamp | 出价时间 |
| work\_id | 出价人 |
| | |
### list
| 字段 | 说明 |
| --- | --- |
| id | 回收员id |
| nick\_name | 回收员昵称 |
| avatar |头像 |