邮箱获取验证码 - woyong/docs GitHub Wiki
POST /email/confirmation
请求参数
参数名 | 类型 | 描述 |
---|---|---|
string | required. email邮箱 | |
type | int | 获取验证码类型, 0:代表注册验证码, 1:代表忘记密码验证码 |
Response
{
"status_code":201,
"detail":"success."
}
POST /email/confirmation
请求参数
参数名 | 类型 | 描述 |
---|---|---|
string | required. email邮箱 | |
type | int | 获取验证码类型, 0:代表注册验证码, 1:代表忘记密码验证码 |
Response
{
"status_code":201,
"detail":"success."
}