文档
测试

根据姓名查找学生

GET
teacher/student/getStudentListByName

接口描述

根据姓名查找学生

请求头

参数名
类型
描述
必填
token
必填

请求参数

参数名
类型
描述
必填
page
int
第几页
必填
limit
int
每页获取数据的数量
必填
id
string
班级id
必填
name
string
姓名
必填

响应参数

参数名
类型
描述
必填
code
必填
msg
必填
list
list
username,password,name,classname(用户名,密码,姓名,班级名称)
必填
totalPage
int
总共多少页
必填