1.登录
POST
http://192.168.1.103:8080/ems/student/login.do
请求头
参数名
类型
描述
必填
Content-type
string
application/json
必填
请求参数
参数名
类型
描述
必填
sid
string
学号
必填
password
string
密码
必填
成功返回
参数名
类型
描述
必填
result
boolean
true
必填
id
int
必填
name
string
必填
sid
string
必填
失败返回
参数名
类型
描述
必填
result
boolean
false
必填
msg
string
失败信息
必填