On this page
获取首页数据
接口URL
请求方式
GET
Content-Type
form-data
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
appid | bd9d01ecc75dbbaaefce | String | 是 | 网校唯一appid |
成功响应示例
json5
{
"msg": "ok",
"data": [
{
"type": "search",
"placeholder": "请输入搜索关键词",
"checked": false
},
{
"type": "swiper",
"data": [
{
"src": "http://...png",
"url": "http://...",
"type": "webview",
"course_title": "VueCli 实战商城后台管理系统",
"course_id": 538
},
// ...
],
"checked": false
},
{
"type": "icons",
"data": [
{
"src": "http://...png",
"name": "活动",
"url": "http://...",
"type": "webview",
"course_title": "VueCli 实战商城后台管理系统",
"course_id": 538
},
// ...
],
"checked": true
},
{
"checked": false,
"type": "coupon"
},
{
"listType": "group",
"checked": false,
"type": "promotion"
},
{
"type": "list",
"title": "最新列表",
"listType": "one",
"showMore": true,
"more": {
"title": "演示页面",
"url": ""
},
"data": [
{
"cover": "http://...png",
"id": 538,
"price": "10.00",
"t_price": "20.00",
"title": "VueCli 实战商城后台管理系统",
"try": "<p>VueCli 实战商城后台管理系统</p>",
"type": "media"
},
{
"cover": "http://...png",
"id": 542,
"price": "99.00",
"t_price": "199.00",
"title": "uni-app实战视频点播app小程序",
"try": "<p>uni-app实战视频点播app小程序</p>",
"type": "audio"
},
{
"cover": "http://...png",
"id": 543,
"price": "99.00",
"t_price": "198.00",
"title": "uni-app多端企业网盘全栈开发",
"try": "<p>uni-app多端企业网盘全栈开发</p>",
"type": "video"
},
{
"cover": "http://...png",
"id": 108,
"price": "99.00",
"t_price": "198.00",
"title": "uni-app实战商城类app和小程序",
"try": "uni-app实战商城类app和小程序"
}
],
"checked": false
},
{
"type": "imageAd",
"data": "http://...png",
"checked": false
}
],
"code": 20000
}