修改密码
PUT
http://localhost:8081/form/temp/login
请求参数
参数名
类型
描述
必填
user_name
string
示例:cc
必填
old_password
string
示例:chen.1996 旧密码
必填
password
string
示例:chenchen
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:ok
必填