简要描述:

  • 获取邮箱验证码

请求URL:

POST/wapapi/login/getEmailVerificationCode

参数:

参数名 是否必须 类型 说明 数据样本
email string 邮箱
type string 验证码类型 bind_email:绑定邮箱

返回示例:

正确时返回:**

{
   "code": (>0),
   "message":操作成功
}

错误时返回:

{
    "code": (<0),
    "message": "(失败理由)"
}