文档
测试

3.学生列表

GET
{{host}}/ems/teacher/liststudent.do

接口描述

申请当前教师名下的学生,所需参数为教师id

请求参数

参数名
类型
描述
必填
tid
int
老师id
必填

成功返回

参数名
类型
描述
必填
result
boolean
true
必填
data
stirng
json---数组
必填
id
int
学生id
必填
name
string
姓名
必填
sid
string
学号
必填
password
string
密码
必填
mg
float
德育成绩
必填
sg2
flaot
体能成绩
必填
credit
float
总学分
必填
tid
int
老师id
必填
gpa
float
绩点
必填
chinese
float
语文成绩
必填
math
float
数学成绩
必填
eng
float
英语成绩
必填
political
float
政治成绩
必填