参数名 | 类型 | 是否必填 | 说明 |
---|---|---|---|
appid | String | 是 | 平台应用appid |
sign | String | 是 | 签名字符串 |
data | obj | 是 | 请求参数json字符串 |
-current | int | 是 | 表示当前分页数,例如 1即第一页 |
-size | int | 是 | 表示当前每页的数量 |
-timestamp | Long | 是 | 当前时间戳 |
{
"appId": "ymcb75a59c65eb4521",
"sign": "aa00e7fbb9af00a25660e66edf9c2ecf",
"data": {
"current":1,
"size":1,
"timestamp": "1749613664"
}
}
参数名 | 类型 | 说明 |
---|---|---|
code | String | 响应码 0:成功;其他失败 |
msg | String | 消息描述 |
data | list集合 | 响应体信息 |
-positionNo | String | 广告位编号 |
-advertPositionName | String | 广告位编号名称 |
-projectName | String | 项目名称 |
-advertFileUrl | String | 广告资源 |
{
"code": 0,
"msg": "操作成功",
"data": {
"records": [
{
"positionNo": "POSI1749623555999301",
"advertPositionName": "显卡招标",
"projectNo": null,
"projectName": "云盟互联-WX-H5",
"advertFileUrl": "https://cdn-ad-oss.szymzh.com/upgrade/2025-06-11/淘宝2.jpg",
}
],
"total": 3,
"size": 1,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 3
}
}
作者:吴勇 创建时间:2025-06-12 15:46
最后编辑:吴勇 更新时间:2025-06-20 15:49
最后编辑:吴勇 更新时间:2025-06-20 15:49