文档
测试

7.删除学生

GET
{{host}}/ems/teacher/delStu.do?id=6&tid=6

请求头

参数名
类型
描述
必填
Content-type
string
application/json
必填

请求参数

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

成功返回

参数名
类型
描述
必填
result
boolean
true
必填
data
string
成功信息
必填

失败返回

参数名
类型
描述
必填
result
boolean
false
必填
msg
string
失败信息
必填