文档
测试

获取订单状态统计

POST
/api/order/getStateCountInfo

请求参数

参数名
类型
描述
必填
memberId
string
会员ID
必填

响应参数

参数名
类型
描述
必填
msg
string
提示信息
必填
code
int
状态:0成功,500错误
必填
data
json
订单状态统计
必填
dfkCount
int
待付款数
必填
dfhCount
int
待发货数
必填
dshCount
int
待收货数
必填
tkzCount
int
退款中
必填