• 接口说明

    • 通过该接口分页获取查询广告列表
  • 请求接口

    • /ati/openApi/selectPageAdvertPlan
  • 请求参数

参数名 类型 是否必填 说明
appid String 平台应用appid
sign String 签名字符串
data obj 请求参数json字符串
-advertPlanName String 计划名称
-advertPlanNo String 计划编号
-projectName String 所属应用名称
-advertPositionName String 计划关联广告位名称
-operatorType String 所属运营商10移动,20联通,30电信,40广电,50其他
-status String 是否发布00未发布,10已发布
-planStartTime String 查询计划的开始时间
-planEndTime String 查询计划的结束时间
-timestamp Long 当前时间戳 秒数
-current int 表示当前分页数,例如 1即第一页
-size int 表示当前每页的数量
  • 请求示例

{
    "appId": "ymcb75a59c65eb4521",
    "sign": "b8ab1f346f4bae04cc6f8d188bc7f211",
    "data": {
        "advertPlanName": "邹文韬流量主-得物广告计划",
        "operatorType": "",
        "advertPositionName": "",
        "projectName": "",
        "advertPlanNo":"",
        "status": "",
        "current": 1,
        "size": 15,
        "timestamp": "1749613664"
    }
}
  • 响应参数

参数名 类型 说明
code String 响应码 0:成功;其他失败
msg String 消息描述
data obj 响应体信息
-records list
-pages String 总页数
-size String 分页大小
-current String 当前页码
-total String 总行数
- -advertBusinessNo String 计划广告主
- -createdBy String 创建人
- -createdTime String 创建时间
- -updatedBy String 更新人
- -updatedTime String 更新时间
- -advertPlanId String 计划id
- -advertPlanNo String 计划编号
- -advertPlanName String 计划名称
- -launchType String ——————
- -dropAddrList List 地区省份黑名单,详情见 (地区-基础数据)
- -areaBlackList String ——————
- -deviceType String 设备类型1:安卓,2:ios
- -operatorTypes String 运营商 所属运营商10移动,20联通,30电信,40广电,50其他
- -cycleType String 循环投放:类型00每天
- -positionNo String 广告位编号
- -advertPositionName String 广告位名称
- -content String 广告位文本
- -advertFileUrl String 广告位文件资源
- -advertTypeNo String 广告类型编号
- -isSkip String 是否跳转 00否,10是
- -advertWeight String 广告位权重(多个计划同时使用一个广告位时,权重为占比)
- -skipWxAppId String 跳转小程序appid
- -skipType String 跳转类型 10:H5和20:小程序
- -skipAddr String 跳转地址
- -planStartTime String 计划开始时间
- -planEndTime String 计划结束时间
- -remark String 备注
- -status String 是否发布00未发布,10已发布
- -projectNo String 所属应用编号
- -projectName String 所属应用名称
- -isRestrict String 是否限量00不限量,10限量
- -restrictNum String 访问量数量
- -exposureNum String 曝光量数量
- -extData String 附加参数
- -advertProduct String 广告品类
  • 响应示例

{
    "code": 0,
    "msg": "操作成功",
    "data": {
        "records": [
            {
                "advertBusinessNo": "BUSI1749455066498586",
                "createdBy": "zwt002",
                "createdTime": "2025-06-09 17:37:13",
                "updatedBy": "zwt123",
                "updatedTime": "2025-06-10 19:20:00",
                "advertPlanId": 71,
                "advertPlanNo": "PLAN1749461833541521",
                "advertPlanName": "邹文韬流量主-得物广告计划",
                "launchType": null,
                "dropAddrList": null,
                "areaBlackList": null,
                "deviceType": null,
                "operatorType": null,
                "operatorTypes": "10,20,30,40,50",
                "cycleType": null,
                "positionNo": null,
                "content": null,
                "positionConfigDto": null,
                "fileInfo": null,
                "advertTypeNo": null,
                "isSkip": "10",
                "advertWeight": 100,
                "skipWxAppId": null,
                "skipType": "10",
                "skipAddr": "www.baidu.com",
                "planStartTime": "2025-06-09 00:00:00",
                "planEndTime": "2025-06-30 00:59:59",
                "remark": null,
                "status": "00",
                "deptId": 588,
                "advertFileUrl": "https://cdn-ad-oss.szymzh.com/upgrade/2025-06-09/1744966980827_7f51a0bc28b56db4b38c03ffc60eb6ce.png",
                "projectNo": null,
                "projectName": "云盟互联-WX小程序",
                "projectConfigs": null,
                "advertPositionName": "邹文韬流量主广告位02",
                "isRestrict": "10",
                "restrictNum": 500000,
                "exposureNum": 500000,
                "extData": null,
                "advertProduct": "得物"
            }
        ],
        "total": 1,
        "size": 15,
        "current": 1,
        "orders": [],
        "optimizeCountSql": true,
        "searchCount": true,
        "countId": null,
        "maxLimit": null,
        "pages": 1
    }
}
作者:吴勇  创建时间:2025-06-07 15:15
最后编辑:邹文韬  更新时间:2025-06-20 15:49