查询我的团队
POST
/api/team/index
请求头
参数名
类型
描述
必填
token
string
请求的token
必填
响应参数
参数名
类型
描述
必填
code
integer
响应状态 0失败,1成功
必填
msg
string
信息
必填
team_num
integer
团队人数
必填
team_money
decimal
团队收益
必填
team_level
string
团队等级
必填
work_num
integer
作品总数
必填
account_num
integer
账号总数
必填
near_money
decimal
最近收益
必填
invitation_code
string
邀请码
必填
is_team_leader
enum
是否为团长:0=普通会员,1=团长
必填