重置密码
    接口描述 重置用户的密码
    请求URL https://api.solarmanpv.com/account/v1.0/password-reset
    请求方式 post
    请求类型 application/json
    返回类型 /
    请求参数
    参数名 数据类型 参数类型 是否必填 描述说明
    appId string query Y 应用APPID 示例值:201911067156002
    appSecret string query Y appSecret密钥
    captcha string body N 验证码 ,示例值:323488
    email string body N 邮箱
    newPassword string body N 密码,sha256加密
    phoneNumber string body N 手机号
    phoneNumberPrefix string body N 手机号前缀 ,示例值:86
    响应参数
    参数名 数据类型 参数类型 是否必填 描述说明
    code string body N 信息码 ,示例值:10000
    msg string body N 信息描述 ,示例值:success
    success boolean body N 是否成功 ,示例值:true
    requestId string body N 请求标识 ,示例值:1d6f6eca9bee4b6483d4af064b659eec
    示例
    请求参数 {
    “captcha”:”035230”,
    “phoneNumber”:”126250134584”,
    “phoneNumberPrefix”:”86”,
    “newPassword”:”8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92”
    }
    返回值 {
    “code”: null,
    “msg”: null,
    “success”: true,
    “requestId”: “6cef74d133814757b381489697220b21”
    }