On this page
查看模板详情
接口URL
请求方式
GET
Content-Type
application/x-www-form-urlencoded
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
token | eyj...Nj | String | 是 | 用户token |
schoolid | 11 | Integer | 是 | 网校id |
请求Query参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
id | 1 | Integer | 是 | 页面id |
成功响应示例
json5
{
"msg": "ok",
"data": {
"id": 1,
"title": "首页",
"ismobile": 1,
"template": [
{
"type": "swiper",
"data": [
{
"src": "http://...png",
"url": ""
},
// ...
]
},
{
"type": "icons",
"data": [
{
"src": "http://...png",
"name": "Java",
"url": ""
},
// ...
]
},
{
"type": "promotion",
"title": "拼团",
"data": [
{
"cover": "http://...png",
"title": "uni-app实战直播app开发",
"b_num": 10,
"price": 100,
"t_price": 299
},
// ...
]
},
{
"type": "imageAd",
"data": "http://...png"
},
{
"type": "list",
"title": "最新列表",
"listType": "two",
"showMore": true,
"more": {
"title": "演示页面",
"url": ""
},
"data": [
{
"cover": "http://...png",
"title": "uni-app实战视频点播app小程序",
"desc": "一句话推荐",
"price": 100,
"t_price": 299
},
// ...
]
},
// ...
]
},
"code": 20000
}