文档
测试

教育首页

GET
/app/edu/home

请求参数

参数名
类型
描述
必填
sign
String
验证签名
必填
user_id
String
用户id
必填

响应参数

参数名
类型
描述
必填
code
long
状态码,大于0,操作成功,小于0,操作失败
必填
msg
String
状态信息
必填
result
json
返回数据信息
必填
is_identify_verify
int
是否实名认证 1未认证 2已认证
必填
notice_count
int
系统通知数
必填
set_map
map
首页轮播素材
必填
img_path
String
图片地址
必填
sort
int
排序号
必填
course_list
list
最新上线课程
必填
id
String
作为课程详情course_id传入查询
必填
course_name
String
课程名称
必填
img_path
String
课程封面
必填

说明 / 示例

```{ "code":0, "errors":{ }, "msg":"操作成功", "result":{ "set_map":[ { "img_path":"upload//202001/1578541820936.jpg", "remark":"", "id":"2ca050ecd0744e0a9a2f11dc2c717cdd", "sort":1, "type":1, "oem_id":"b4a70320ad624d10b3640ab593ff2772" }, { "img_path":"upload//202001/1578541864789.jpg", "remark":"", "id":"41974b75fdfa40ab9faebb6229bb0488", "sort":2, "type":1, "oem_id":"b4a70320ad624d10b3640ab593ff2772" } ], "course_list":[ { "min_user_level_name":"钻石", "course_name":"音频", "type_id":"1cc43f8a3d3c4a5aa51de0f44634ec4d", "description":"音频", "sort":1, "content":"<p>音频</p>", "oem_id":"b4a70320ad624d10b3640ab593ff2772", "min_user_level_id":"e614a073193949b095819e6c5573dafb", "read_num":0, "type_pid":"5dfcb13a65c740ccb91b61f35967100a", "course_type":2, "id":"d52291c941a34184b443e68c1f22814a", "status":1, "add_time_stamp":0 }, { "min_user_level_name":"白金", "course_name":"课程", "type_id":"1cc43f8a3d3c4a5aa51de0f44634ec4d", "description":"描述", "sort":1, "content":"<p>课程</p>", "oem_id":"b4a70320ad624d10b3640ab593ff2772", "min_user_level_id":"a542ef1c0c444f4d96161f7263f0c107", "read_num":0, "type_pid":"5dfcb13a65c740ccb91b61f35967100a", "course_type":1, "img_path":"upload//201912/1577773366140.jpg", "lecturer_name":"讲师1", "id":"e619812bfd514682aba384fb6a73aed7", "lecturer_id":"65443c9318ab401b9190f54c71e1f4ab", "status":1, "add_time_stamp":0 } ], "notice_count":19, "is_identify_verify":1 } } ```