简要描述:

  • 单纯绑定手机号接口

请求域名:

  • http://.yunzshop.com

请求URL:

GET/app/index.php?i=2&c=entry&do=shop&m=yun_shop&route=member.member.justBindMobile

参数:

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

返回示例:

正确时返回:

  {
    "status": 1,
	"message": 手机号码绑定成功
    "data": {
      
    }
  }

错误时返回:

  {
    "status": 0,
	"message": '手机号或密码格式错误'
    "data": {
	}
  }
  
  {
    "status": 0,
	"message": '手机号码绑定失败'
    "data": {
	}
  }

返回参数说明:

备注:

  • 更多返回错误代码请看首页的错误代码描述