简要描述:

  • 店员端关联账号接口

请求URL:

POST/wapstore/addons/execute/addons/store/controller/login/action/AssociateAccount

参数:

参数名 是否必须 类型 说明
mobile string 手机号码
verification_code string 新用户绑定手机验证码,新用户时是必须

返回示例:

正确时返回:

{
    "code": 1,
    "message": "绑定成功"
	"data":{
	 	"user_token":"fsdf0gusnvslcls",
		"openid":"oXN2l5Enbo16AlVV1EXr58pGVGCs"
	}
}

错误时返回:

{
    "code": -1,
    "message": "密码错误"
}