修改密码
POST
/api/v1/user/change_password
接口描述
修改密码
请求头
参数名
类型
描述
必填
Content-Type
string
application/json
必填
请求参数
参数名
类型
描述
必填
currentPwd
string
当前密码
必填
newPwd
string
新密码
必填
响应参数
参数名
类型
描述
必填
code
int
错误码,0为成功
必填
msg
string
错误描述
必填
data
null
必填