修改或重置密码
POST
/user/update_pwd
修改密码或忘记密码后重置
请求体
application/json
JSON "message_id": "1bd5d003-31b9-476f-ad03-71d471922820", "user_id": "53102fb4bf1044ed8b0ba36c", "params": { "access_token": "string", "area_code": "string", "phone": "string", "new_password": "string", "update_model": 0, "old_password": "string", "auth_code": "string" }
{
}
响应
操作成功
application/json
JSON "error_code": 200, "message_id": "1bd5d003-31b9-476f-ad03-71d471922820", "data": { }
{
}
