书架-正在学习

后来原型图有修改,以最新原型图为准
接口地址:/customer/bookshelf
请求方式 get
参数:
返回格式:
说明:
status: 0为"未开始",1为"学习中",2为"已完成",3为"已过期"
type : 1,2,3对于产品,技术,工具教程;产品教程有效期为45天(前端不需要比较expired_time和当前时间的大小关系,根据status判断即可);技术,工具教程永久有效
Last updated
Was this helpful?

后来原型图有修改,以最新原型图为准
接口地址:/customer/bookshelf
请求方式 get
说明:
status: 0为"未开始",1为"学习中",2为"已完成",3为"已过期"
type : 1,2,3对于产品,技术,工具教程;产品教程有效期为45天(前端不需要比较expired_time和当前时间的大小关系,根据status判断即可);技术,工具教程永久有效
Last updated
Was this helpful?
Was this helpful?
{
"code": 1,
"data": {
"items": [
{
"id": 1,
"tid": 4759,
"status": 1,
"learned_step": 2,
"all_step": 25,
"only_vip": 0,
"price": 3,
"img_url": "http://img.oss.aliyun.com",
"name": "直角尺教程",
"type": 1,
"expired_time": "18.09.30 12:30"
},
{
"id": 4,
"tid": 1239,
"status": 2,
"learned_step": 22,
"all_step": 22,
"only_vip": 0,
"price": 15,
"img_url": "http://img.oss.aliyun.com",
"name": "八角桌教程",
"type": 2,
"expired_time": ""
}
]
},
"msg": "success"
}