修改密码
POST
http://localhost/merchant/user/password
接口描述
修改密码
请求头
参数名
类型
描述
必填
code
string
示例:识别码
必填
请求参数
参数名
类型
描述
必填
old_password
string
老密码
必填
new_password
string
新密码
必填
confirm_password
string
确认密码
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
data
array
数据列表
必填
msg
string
示例:修改密码成功
必填