简要描述:

  • 会员推广资格申请页面

请求域名:

  • http://.yunzshop.com

请求URL:

GET: route=member.member.getMemberRelationInfo

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "",
    "data": {
        "is_agent": 1,
        "status": 2,
        "account": "商城/用户名",
        "switched": 1,
        "become": [
            "2",
            "3",
            "4",
            "5"
        ],
        "condition_arr": {
            "2": {
                "agent_state": 1,
                "cost": "55",
                "total": "10"
            },
            "3": {
                "agent_state": 1,
                "cost": "1627.63",
                "total": "100"
            },
            "4": {
                "agent_state": 0,
                "cost": "",
                "goods_id": "553,593"
            },
            "5": {
                "agent_state": 0,
                "cost": "0",
                "total": "300.00"
            }
        },
        "agent_state": 1,
        "base_info": {
            "shop_name": "商城/用户名",
            "parent_name": "总店",
            "realname": "xxx",
            "mobile": "13711106018"
        }
    }
}

错误时返回:


参数说明:

参数名 类型 说明
is_agent int 会员是否推广员
status int 推广审核状态0-未申请;1-审核中;2-审核通过
account string 用户名
switched int 是否开启关系链
become array 申请条件 2消费满x次 3消费满x元 4购买指定商品之一 5消费积分满x
condition_arr object 具体申请条件信息
condition_arr[]->agent_state int 会员是否已经达成该条件
condition_arr[]->cost string 会员当前条件达成值
condition_arr[]->total string 当前条件需求值
condition_arr[]->goods_id string 指定商品id
agent_state int 会员是否已经达成所有申请条件
base_info object 基础展示信息

备注:

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