获取课程列表(不分页) websocket测试 GET https://www.big2333.com/api/reading/courselist/course/list 接口描述 查询所有课程列表 响应参数 参数名 类型 描述 必填 msg string 提示消息 必填 code int 0-成功,其他业务码-失败 必填 data array 返回的所有课程 必填 bookId int 课程id号(后面的接口都要通过id查询属于哪个课程) 必填 courseTitle String 课程标题 必填 learnStatus: int 学习状态(0:未学,1,学完) ,这个废弃了,状态先写在本地 必填 courseChapter String 课程的章节 必填 courseInfo String 课程的描述 必填 courseImg String 课程图片地址 必填