简要描述:

  • 用户主动修改密码

请求域名:

  • http://yunzshop.com

请求URL:

POST/admin/user_change

参数(看备注):

参数名 是否必须 类型 说明
original_password string 原始密码
password string 密码
confirm_password string 确认密码

返回示例:

正确时返回:

{
  "result": 1,
  "msg": "成功",
  "data": []
}

备注:

这个接口参数需要用user数组包着三个参数传过来