文档
测试

API-kol教学

GET
/api/teach/teachList

接口描述

教学列表页展示->新闻页要做伪静态处理

响应参数

参数名
类型
描述
必填
code
int
0
必填
msg
string
获取数据成功
必填
data
array
数组数据
必填
cate_name
string
类别名称
必填
list
array
类别对应的教学列表
必填
teach_title
string
视频标题
必填
teach_cate
string
热门课程 直播课程 精选文章
必填
teach_text
string
精选文章内容
必填
teach_contents
string
视频描述
必填
teach_img_url
string
封面图url
必填
teach_video_url
string
视频url
必填
teach_look_num
string
浏览量
必填
teach_agree_num
string
点赞数
必填
teach_grade
string
视频等级(1免费,2普通,3高级)
必填
teach_login_name
string
讲师 (中文昵称)
必填
release_time
string
发布时间
必填
teach_status
string
展示状态(01展示,02下架)
必填

说明 / 示例

{ "code": 0, "msg": "", "time": 1581594764, "data": [ { "cate_name": "热门课程", "list": [ { "id": 1, "teach_title": "第一课《为什么要做红人营销》", "teach_cate": "热门课程", "teach_text": null, "teach_contents": "第一课《为什么要做红人营销》", "teach_img_url": "https://img.wotokol.com/teach_img%20%281%29.png", "teach_video_url": "https://img.wotokol.com/1NwP7clxQnpNeLXeQ.mp4", "teach_look_num": 625, "teach_agree_num": 201, "teach_look_num_true": "169", "teach_agree_num_true": "0", "teach_grade": "02", "teach_login_name": "April(六六)", "release_time": 1551493584, "teach_status": "01" }, { "id": 2, "teach_title": "第二课《什么是海外红人营销》", "teach_cate": "热门课程", "teach_text": null, "teach_contents": "第二课《什么是海外红人营销》", "teach_img_url": "https://img.wotokol.com/teach_img%20%282%29.png", "teach_video_url": "https://img.wotokol.com/25a90cTkzjhkYB1tH.mp4", "teach_look_num": 496, "teach_agree_num": 187, "teach_look_num_true": "28", "teach_agree_num_true": "0", "teach_grade": "02", "teach_login_name": "April(六六)", "release_time": 1551493584, "teach_status": "01" }, ] }, { "cate_name": "直播课程", "list": [ { "id": 1, "teach_title": "第一课《为什么要做红人营销》", "teach_cate": "热门课程", "teach_text": null, "teach_contents": "第一课《为什么要做红人营销》", "teach_img_url": "https://img.wotokol.com/teach_img%20%281%29.png", "teach_video_url": "https://img.wotokol.com/1NwP7clxQnpNeLXeQ.mp4", "teach_look_num": 625, "teach_agree_num": 201, "teach_look_num_true": "169", "teach_agree_num_true": "0", "teach_grade": "02", "teach_login_name": "April(六六)", "release_time": 1551493584, "teach_status": "01" }, ] } ] }