AE


我的团队

简要描述
请求URL
  • /index/member/team
请求方式
  • get
请求Query参数
参数名 必选 类型 说明
page int 页数,1开始
pagesize int 每页记录数,默认15
成功返回示例
{
    "code": 0,
    "msg": "success",
    "data": {
        "grade_name": "R2",
        "recommend": 3,
        "team": 6,
        "income": "0.00",
        "team_income": "0.00",
        "list": [
            {
                "id": 50015,
                "wallet": "0x625075******61CAc3c8",
                "income_total": "0.00",
                "reg_time": "2022-06-06 14:09"
            },
            {
                "id": 50010,
                "wallet": "0xa50387******7b92e3a0",
                "income_total": "0.00",
                "reg_time": "2022-05-26 15:39"
            }
        ]
    }
}
成功返回示例的参数说明
参数名 类型 说明
grade_name string 等级
recommend int 直推人数
team int 团队人数
income float 直推业绩
team_income float 团队业绩
list array 直推列表
 ・id int id
 ・wallet string 钱包
 ・income_total float 个人业绩,单位USDT
 ・reg_time string 注册时间

页面列表

ITEM_HTML