文档
测试

07-更新-密码

POST
http://localhost:5000/api/client/user/update_password

接口描述

注册

请求参数

参数名
类型
描述
必填
account
string
示例:test
必填
password
string
示例:abc
必填
new_password
int
示例:123
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:更新完成
必填
data
object
数据字典
必填
message
string
示例:用户密码更新成功!
必填