教程列表
接口地址:/console/tutoriallist
请求方式 get
参数:
which 1-待审核列表 2-已审核列表
begin_time 时间起点(可选)
end_time 时间终点(可选)
tutorial_sn 教程编号(可选)
title 教程名称(可选)
status 状态 1待审核, 2审核通过,3审核不通过, 10冻结
publisher 发布者
root_cid 大类 1-产品,2-技术,3-工具
page 分页页码 (首次不传或传0)(可选)
返回格式:
{
"code": 1,
"data": {
“tutorial_list":[
{
"id": 1,
"title":"置物架",
"sn": "22983 #课程编号",
"classify": "产品",
"submit_check_time": "2018-09-29 15:28:00",
"check_time": "2018-09-29 15:28:00",
"create_time":"2018-09-29 15:28:00",
"num_sell": "20 ##销量",
"publisher":"十年",
"status":"1 #教程状态 1待审核, 2审核通过,3审核不通过, 10冻结"
},
{
"id": 2,
"title":"置物架",
"sn": "22983 #课程编号",
"classify": "产品",
"submit_check_time": "2018-09-29 15:28:00",
"check_time": "2018-09-29 15:28:00",
"create_time":"2018-09-29 15:28:00",
"num_sell": "20 ##销量",
"publisher":"十年",
"status":"1 #教程状态 1待审核, 2审核通过,3审核不通过, 10冻结"
}
],
"page": 1,
"total_num": 120
},
"msg": "success"
}Last updated
Was this helpful?