文档
测试

【预约管理】预约列表

GET
http://{host}/api/educationSystem/reservation

接口描述

预约列表查询

请求参数

参数名
类型
描述
必填
limit
int
每页显示数量
必填
studentId
int
学员id
必填
date
string
日期
必填
addr
string
上课地点
必填

响应参数

参数名
类型
描述
必填
studentId
int
学员id
必填
id
int
预约id
必填
startTime
string
上课时间
必填
saleCourseName
string
课程名称
必填
studentName
string
学员名称
必填
lessonName
String
课节名称
必填
courseContent
string
课程内容
必填
images
String
课程图片
必填

说明 / 示例

![image.png](https://cos.easydoc.net/71638704/files/k7mnsnwv.png)