简要描述:
请求域名:
请求URL:
GET/plugin.store-cashier.admin.store-commission.store-today
参数:
返回示例:
正确时返回:
{
"result": 1,
"msg": "",
"data": {
"today_price": {
"price": "5728.95",
"goods_price": "5864.13",
"count": 95
},
"settle_price": {
"price": 0,
"count": 0,
"settle": 0,
"split": 0
},
"amount_price": {
"settle": 0,
"split": 0,
"all": 0
}
}
}
错误时返回:
{
"result": 0,
"msg": "",
"data": []
}
返回参数说明:
参数名 |
类型 |
说明 |
today_price |
array |
统计数组 |
price |
int |
今日门店订单实际支付总额(元) |
goods_price |
int |
订单初始金额 |
count |
int |
已支付总笔数 |
参数名 |
类型 |
说明 |
settle_price |
array |
统计数组 |
price |
int |
今日门店已结算/已分账提成结算总金额(元) |
count |
int |
总笔数 |
settle |
int |
已结算 |
split |
int |
已分账 |
参数名 |
类型 |
说明 |
amount_price |
array |
统计数组 |
all |
int |
今日门店提总金额(元) |
settle |
int |
已结算提成金额 |
split |
int |
已分账提成金额 |
备注: