简要描述:

  • 用户登录接口

请求URL:

POST/wapapi/login/resetPassword

参数:

参数名 是否必须 类型 说明
mobile string 手机号码
verification_code string 验证码
password string 密码

返回示例:

正确时返回:

{
    "code": 1,
    "message": "成功重设密码"
}

错误时返回:

{
    "code": (<0),
    "message": "验证码错误"
}