- PC端
- 商品
- 订单
- 用户
- APP端
- 用户
- 商品
- 订单
核销订单头部数据
开发中
GET
/api/admin/store/order/statistics
最后修改时间:2023-06-07 08:56:00
责任人:未设置
请求参数
无
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
completeCount
integer
必需
evaluatedCount
integer
必需
monthCount
integer
必需
monthPrice
integer
必需
orderCount
integer
必需
proCount
integer
必需
proPrice
integer
必需
receivedCount
integer
必需
refundCount
integer
必需
sumPrice
integer
必需
todayCount
integer
必需
todayPrice
integer
必需
unpaidCount
integer
必需
unshippedCount
integer
必需
verificationCount
integer
必需
message
string
必需
示例
{
"code": 0,
"data": {
"completeCount": 0,
"evaluatedCount": 0,
"monthCount": 0,
"monthPrice": 0,
"orderCount": 0,
"proCount": 0,
"proPrice": 0,
"receivedCount": 0,
"refundCount": 0,
"sumPrice": 0,
"todayCount": 0,
"todayPrice": 0,
"unpaidCount": 0,
"unshippedCount": 0,
"verificationCount": 0
},
"message": ""
}
修改于 2023-06-07 08:56:00