文档
测试

修改密码

POST
https://localhost:44346/api/User/ChangePwd

接口描述

修改密码

请求头

参数名
类型
描述
必填
Authorization
string
示例:Bearer 8ee3fe4d-73a6-48a5-b142-c3eb8cdc0e8a
必填

请求参数

参数名
类型
描述
必填
pwd
string
旧密码,示例:1111
必填
newPwd
string
新密码,示例:2222
必填

响应参数

参数名
类型
描述
必填
Result
boolean
示例:true
必填
msg
string
示例:密码修改成功
必填