简要描述:

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-06-05

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

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

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "ad_id": 19,
        "title": "广告1-1",
        "release_at": "2021-03-23",
        "image": [
            "http://iot.com/uploads/user/background/2021-03-12/604b17811266f.jpg"
        ],
        "exposure_num": 0
    },
    "other": []
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
ad_id string 广告id
title string 标题
image string 图片列表
release_at string 发布时间
exposure_num string 曝光次数

备注:

文档更新时间: 2021-06-17 15:01   作者:admin