3.修改密码
POST
http://192.168.1.103:8080/ems/student/updatepassword.do
请求头
参数名
类型
描述
必填
Content-type
string
application/json
必填
请求参数
参数名
类型
描述
必填
id
int
必填
password
string
必填
成功返回
参数名
类型
描述
必填
result
boolean
true
必填
data
string
成功信息
必填
失败返回
参数名
类型
描述
必填
result
boolean
false
必填
msg
string
失败信息
必填