文档
测试

渲染点名页面

GET
http://www.jygl.cn/index.php/index/Teacher/rollCall

请求参数

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

响应参数

参数名
类型
描述
必填
code
int
响应码
必填
studentList
array
学员列表
必填
id
int
学员id
必填
name
string
学员姓名
必填
header
string
学员头像
必填
ct_id
int
课表id
必填

说明 / 示例

{ "code": 200, "studentList": [ { "id": 13, "name": "小灰灰", "header": "http://www.jygl.cn/storage/uploads/20200331/93fb17c3c9f8969e12e9c0863c2c012c.png" }, { "id": 24, "name": "杨洋", "header": "http://www.jygl.cn/storage/uploads/20200407/d72361a66195e87346954e5d74788a04.jpg" } ], "ct_id": 10, }