修改密码
POST
https://localhost:44302/studentNewAPI/Admin/Updatepassword
请求头
参数名
类型
描述
必填
Content-Type
application/x-www-form-urlencoded
必填
请求参数
参数名
类型
描述
必填
oldpassword
string
旧密码
必填
newpassword
string
新密码
必填
realname
string
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
Token
string
示例:
必填
message
string
示例:修改成功!
必填
data
int
示例:1
必填