获得用户参加的所有课程
GET
/getCourses
请求头
参数名
类型
描述
必填
token
String
登录接口返回值
必填
响应参数
参数名
类型
描述
必填
msg
String
成功为success,失败为fail
必填
code
String
成功为1,失败为0
必填
courseName
String
课程名
必填
id
Long
课程Id,courseId
必填