简要描述:

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-04-2

请求URL:

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "all_store_ad_price": 10,
        "one_store_ad_price": 5,
        "is_open_store_ad_charge": 1,
        "is_open_store_ad_charge_msg": "收费"
    },
    "other": []
}

错误时返回:

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

返回参数说明:

参数名 类型 说明
all_store_ad_price int 总部发布门店广告费用
one_store_ad_price int 门店发布门店广告费用
is_open_store_ad_charge int 是否收费【1=收费,2=免费】,当收费时要上传支付方式
is_open_store_ad_charge_msg string

备注:

文档更新时间: 2021-06-05 19:30   作者:admin