~~~[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 |已取消 |