curl --location --request GET '/api/order/statistics'{
"code": 200,
"msg": "成功",
"data": {
"totalCount": 7,
"waitPayCount": 2,
"reserveCount": 0,
"servicingCount": 0,
"finishedCount": 4,
"closeCount": 1
}
}