简要描述:

  • 会员同步

请求域名:

  • http://.yunzshop.com

请求URL:

GET: /addons/yun_shop/api.php?i=3&type=1&route=member.register.getInviteCode

参数:

参数名 是否必须 类型 说明
i int 公众号
type int 请求类型1-公众号;2-小程序;3-微信app;5-pc

返回示例:

正确时返回:

  {
    "status": 1,
	"result": 'ok'
	"data": {
	    status:1
	}
  }

错误时返回:


返回参数说明:

参数名 类型 说明
status int 1-显示;0-隐藏
result string 提示

备注:

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