简要描述:

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-08-27

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明
store_id string 门店id

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "ad_exposure_num": 20,
        "ad_exposure_num_prev_week": 4,
        "max_list": [
            {
                "device_id": 15,
                "table_number": "888",
                "all_ad_exposure_num": 20,
                "title": "L1-房间-888"
            },
            {
                "device_id": 16,
                "table_number": "001",
                "all_ad_exposure_num": 0,
                "title": "L1-001"
            }
        ],
        "min_list": [
            {
                "device_id": 16,
                "table_number": "001",
                "all_ad_exposure_num": 0,
                "title": "L1-001"
            },
            {
                "device_id": 15,
                "table_number": "888",
                "all_ad_exposure_num": 20,
                "title": "L1-房间-888"
            }
        ]
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "key错误"
}

返回参数说明:

参数名 类型 说明
ad_exposure_num int 昨日广告曝光
ad_exposure_num_prev_week string 7天平均广告曝光
max_list string 最多曝光列表
min_list string 最少曝光列表

备注:

文档更新时间: 2021-09-01 16:51   作者:admin