跳到主要内容

重置密码

POST 

/auth/v1/reset

忘记密码时,重置密码

Request

Body

required
    email string
    phone_number string
    new_password string
    verification_token 发送验证码时, 返回的 verification_token (string)

Responses

A successful response.

Schema
    object
Loading...