简要描述:

  • 会员同步

请求域名:

  • http://.yunzshop.com

请求URL:

GET: /addons/yun_shop/api.php?i=2&type=1&route=member.member.memberFromHXQModule

参数:

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

返回示例:

正确时返回:

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

错误时返回:

  {
    "status": 0,
	"result": ''
  }

返回参数说明:

参数名 类型 说明
status int 1-成功;0-失败
result string 提示

备注:

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