文档
测试

获取营销广告位

POST
/api/v2_0_0/home/marketing_dvertising_space

响应参数

参数名
类型
描述
必填
left
array
左侧大图信息
必填
picture
string
图片地址
必填
type
int
1大师 2教程
必填
val
int
id
必填
right
array
右侧图片信息
必填
array
上图
必填
picture
string
图片地址
必填
type
int
1大师 2教程
必填
val
int
id
必填
array
下图
必填
picture
string
图片地址
必填
type
int
1大师 2教程
必填
id
int
id
必填

说明 / 示例

``` { "status": 1, "data": { "left": { "picture": "https://zbtxzb.oss-cn-beijing.aliyuncs.com/Config/61c441f7c1256.jpg", "type": "1", "val": "80" }, "right": [ { "picture": "https://zbtxzb.oss-cn-beijing.aliyuncs.com/Config/61c442e60d69d.jpg", "type": "1", "val": "80" }, { "picture": "https://zbtxzb.oss-cn-beijing.aliyuncs.com/Config/61c443911f46b.jpg", "type": "1", "val": "80" } ] }, "message": "成功", "code": 0 } ```