文档
测试

点评--已评学生列表页面

GET
http://jygl.znsite.cn/index.php/index/Teacher/ypStudentList

请求参数

参数名
类型
描述
必填
ct_id
int
上课id
必填

响应参数

参数名
类型
描述
必填
code
int
响应码
必填
courseTableInfo
array
上课信息
必填
id
int
课表id
必填
date
string
上课日期
必填
week
string
星期
必填
start_time
string
上课时间
必填
end_time
string
下课时间
必填
teacher_name
string
授课教师
必填
studentList
array
学员列表
必填
student_id
int
学员id
必填
name
string
学员姓名
必填
header
string
学员头像
必填
state
int
上课状态(1 到课 2.请假 3 缺勤)
必填
ar_id
int
点名表id
必填
plan_count
int
应到人数
必填
actual_count
int
实到人数
必填
comment_count
int
点评人数
必填

说明 / 示例

{ "code": 200, "courseTableInfo": { "id": 4, "date": "2020-04-07", "week": "2", "start_time": "16:00:00", "end_time": "17:30:00", "teacher_name": "王静" }, "studentList": [ { "student_id": 14, "name": "喜洋洋", "header": "http://www.jygl.cn/storage/uploads/20200331/11011d8af943b9dbdbdf4166224897c2.jpg", "state": 1 }, { "student_id": 24, "name": "杨洋", "header": "http://www.jygl.cn/storage/uploads/20200407/d72361a66195e87346954e5d74788a04.jpg", "state": 1 } ], "plan_count": 2, "actual_count": 2, "comment_count": 0 }