简要描述:

  • 会员中心修改手机

请求URL:

POST/wapapi/member/updateEmail

参数:

参数名 是否必须 类型 说明
email string 邮箱
email_verification string 邮箱验证码

返回示例:

正确时返回:

{
    "code": 1,
    "message": "邮箱绑定成功"
}

错误时返回:

{
    "code": 0,
    "message": "手机信息已失效,请重新获取验证码"
}
{
    "code": < 0,
    "message": "邮箱绑定失败"
}