文档
测试

往期回顾视频列表

POST
http://jygl.znsite.cn/index.php/index/index/getReviewList

请求参数

参数名
类型
描述
必填
limit
int
必填
page
int
必填

响应参数

参数名
类型
描述
必填
sell_type
int
售卖方式(1 免费 2收费)
必填
url
String
视频地址
必填
teacher_name
string
授课老师
必填
type_name
string
课程分类
必填
name
string
视频名称
必填
cover_img
string
封面图
必填
price
number
价格
必填
line_price
number
划线价格
必填
detail
text
视频描述
必填
status
int
视频状态(1在售 0下架)
必填
is_recommend
int
首页推荐(1 是 0 否)
必填
create_time
int
创建时间时间戳
必填

说明 / 示例

{ "code": 200, "msg": "数据获取成功!", "data": [ { "teacher_name": null, "id": 3, "name": "3", "type_one": 3, "type_two": 31, "type_three": null, "teacher": 2, "cover_img": null, "sell_type": 2, "price": "333.00", "line_price": "44.00", "url": null, "detail": null, "status": 1, "is_recommend": 0, "create_time": 1584501980 }, { "teacher_name": "于宁", "id": 4, "name": "4", "type_one": null, "type_two": null, "type_three": null, "teacher": 3, "cover_img": null, "sell_type": 1, "price": null, "line_price": null, "url": null, "detail": null, "status": 1, "is_recommend": 0, "create_time": 1584501980 } ], "count": 4 }