~~~[api]
post:/api.php/green/bigorder/geTotalForAllStatus
*int:uid#
<<<
success
{
"code": 200,
"msg": "操作成功!",
"data": {
"total_s0": 14,
"total_s1": 7,
"total_s2": 0,
"total_s3": 2
}
}
<<<
error
~~~
## 返回数据字段说明
| 字段 | 说明 |
| --- | --- |
| total\_s0 | 审核中 |
| total\_s1 | 竞拍/出价中 |
| total\_s2 | 已完成 |
| total\_s3 |已取消 |