### 获取积分数据
~~~[api]
get:wechat/api.data/integral
<<<
success
{
"code": 1,
"info": "获取积分数据成功",
"data": {
"group": [
{
"name": "分组名称",
"list": [
{
"time_win": 0,
"time_flat": 0,
"time_loss": 0,
"ball_goal": 0,
"ball_loss": 0,
"ball_num": 0,
"integral": 0,
"team_id": "26"
},
{
"time_win": 0,
"time_flat": 0,
"time_loss": 0,
"ball_goal": 0,
"ball_loss": 0,
"ball_num": 0,
"integral": 0,
"team_id": "30"
},
{
"time_win": 0,
"time_flat": 0,
"time_loss": 0,
"ball_goal": 0,
"ball_loss": 0,
"ball_num": 0,
"integral": 0,
"team_id": "26"
},
{
"time_win": 0,
"time_flat": 0,
"time_loss": 0,
"ball_goal": 0,
"ball_loss": 0,
"ball_num": 0,
"integral": 0,
"team_id": "24"
},
{
"time_win": 0,
"time_flat": 0,
"time_loss": 0,
"ball_goal": 0,
"ball_loss": 0,
"ball_num": 0,
"integral": 0,
"team_id": "30"
}
]
},
{
"name": "分组名称",
"list": [
{
"time_win": 0,
"time_flat": 0,
"time_loss": 0,
"ball_goal": 0,
"ball_loss": 0,
"ball_num": 0,
"integral": 0,
"team_id": "24"
}
]
}
],
"teams": [
{
"id": 24,
"openid": "oeg3c4o5vIC07Svb8aezjRRSmiiQ",
"logo": "https://league.xd.cuci.cc/static/upload/base64image/f0cf071ac566e68bfd3be6dd89ed39df.jpeg",
"title": "未来联",
"username": "邹高平",
"position": "前锋",
"phone": "13902231588",
"province": "湖南省",
"city": "长沙市",
"id_no": "430302198209281559",
"is_captain": 1,
"is_coach": 0,
"desc": "",
"status": 1,
"is_pass": 2,
"pass_desc": "",
"is_deleted": 0,
"create_at": "2018-10-29 21:17:42"
},
{
"id": 26,
"openid": "oeg3c4jPa2Jba41vmksV425XgEU8",
"logo": "https://league.xd.cuci.cc/static/upload/base64image/21868ebf7cc7799a0102ec87f2a3bb20.jpeg",
"title": "广州毅诚体育",
"username": "殷富诚",
"position": "前锋",
"phone": "13631353146",
"province": "广东省",
"city": "广州市",
"id_no": "430124198912043736",
"is_captain": 0,
"is_coach": 1,
"desc": "",
"status": 1,
"is_pass": 2,
"pass_desc": "",
"is_deleted": 0,
"create_at": "2018-11-08 14:57:11"
},
{
"id": 30,
"openid": "oeg3c4oa8aiTu52I2XLAMkPfvQeo",
"logo": "https://league.xd.cuci.cc/static/upload/base64image/cea30d87215cd1659d678d7f894ad059.jpeg",
"title": "PK明星足球队",
"username": "Tresor",
"position": "前锋",
"phone": "13148994901",
"province": "广东省",
"city": "广州市",
"id_no": "441764",
"is_captain": 0,
"is_coach": 1,
"desc": "",
"status": 1,
"is_pass": 2,
"pass_desc": "",
"is_deleted": 0,
"create_at": "2018-11-08 19:48:37"
}
]
}
}
~~~