简要描述:
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2021-08-28 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | 授权凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
store_id | 是 | string | 门店id |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"replace_num_yesterday": 0,
"replace_num_prev_week": 0,
"replace_num_no": 1,
"replace_num_no_list": [
{
"device_id": 15,
"table_number": "888",
"title": "L1-房间-888"
}
]
"activation_success": 2,
"activation_fail": 1
},
"other": []
}
错误时返回:
{
"status": 0,
"msg": "key错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
replace_num_yesterday | int | 更换数量 |
replace_num_prev_week | string | 7天平均更换数量 |
replace_num_no | string | 未更换台数 |
replace_num_no_list | string | 未更换台数列表 |
activation_success | string | 赋活成功数量 |
activation_fail | string | 赋活失败数量 |
备注:
- 无
作者:admin 创建时间:2021-08-28 10:54
更新时间:2021-09-01 17:14
更新时间:2021-09-01 17:14