简要描述:

  • 会员中心修改手机

请求URL:

POST/wapapi/member/updateMobile

参数:

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

返回示例:

正确时返回:

{
    "code": 1,
    "message": "手机修改成功"
}

错误时返回:

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