简要描述:

  • 只给user_type=1调用,其他人编辑就是调用添加接口

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-03-24

请求URL:

请求方式:

  • POST

请求头:

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

请求参数:

参数名 是否必须 类型 说明
ad_id string 广告id
title string 标题
image string 图片列表【以逗号,隔开】
release_at int 发布时间戳
end_at int 结束时间戳
city_list string 城市列表【以逗号,隔开】user_type=1 总部必填

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "编辑成功",
    "data": [],
    "other": []
}

错误时返回:

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

返回参数说明:

参数名 类型 说明

备注:

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