简要描述:
- 门店核销数据统计
请求URL:
GET/plugin.store-projects.frontend.project-service.get-store-summary
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"total_count": 3,
"today_count": 3,
"total_income": "0.00",
"today_income": "0.00"
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
total_count | int | 总核销次数 |
today_count | int | 今日核销次数 |
total_income | string | 累计收入 |
today_income | string | 今日累计收入 |
备注:
- 更多返回错误代码请看首页的错误代码描述