查询课程列表(课程基础信息)-不分页
GET
http://localhost:8091/class/schedule/list/simple/all
请求头
参数名
类型
描述
必填
token
string
示例:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJsaXR0bGUxLjBfYXBwXzExIiwiZXhwIjoxNjU3NzU5MzQxfQ.ZWM144VTHJ6IwWf1Xc6SPXDX6d-p5CyQU38ex8YWISE
必填
请求参数
参数名
类型
描述
必填
classId
classId
必填
isSupportExperience
是否支持体验课(0:不支持;1:支持)
可选
yyyymmdd
日期
可选
params.startDate
课程开始时间(yyyymmdd)
可选
params.endDate
课程结束时间(yyyymmdd)
可选
响应参数
参数名
类型
描述
必填
msg
string
示例:成功
必填
code
int
示例:200
必填
scheduleId
int
示例:10
必填
classId
int
示例:10
必填
scheduleDesc
string
示例:黑洞的原理
必填
isSupportExperience
string
示例:1
必填
yyyymmdd
string
示例:20220707
必填
classStartTime
string
示例:2022-07-07 10:03:03
必填
classEndTime
string
示例:2022-07-07 12:03:05
必填
lengthOfTime
int
示例:60
必填
searchValue
object
示例:null
必填
createBy
string
示例:
必填
createTime
string
示例:2022-07-07 10:03:14
必填
updateBy
string
示例:
必填
updateTime
object
示例:null
必填
remark
object
示例:null
必填