简要描述:

  • 显示会员关系链

请求域名:

  • http://xx.com

请求URL:

GET:route=member.member.getMyReferral_v2

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
	result: 1,
	msg: "",
	data: {
		uid: 203,
		avatar: "http://wx.qlogo.cn/mmopen/8Qwx0096l0AxpLYwe",
		nickname: "Sofia",
		level: "桃心",
		is_show: "1",
		role: "分销商&供应商"
		child_order_money:15870
		 child_total:9
		 team_order_money:380430
		 team_total:22
	}
}

错误时返回:

  {
    "result": 0,
    "msg": "获取失败"
  }

返回参数说明:

参数名 类型 说明
uid int 会员id
avatar string 头像
nickname string 昵称
role string 角色

备注:

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