### 获取红黄牌数据
~~~[api]
get:wechat/api.data/bookings
<<<
success
{
"code": 1,
"info": "获取红黄牌数",
"data": {
"list": [
{
"id": 20,
"level": 1,
"team_id": 3,
"team_user_id": 0,
"yellow": 0,
"red": 0,
"yellow_double": 23,
"desc": "",
"status": 1,
"create_at": "2018-08-28 15:43:36"
},
{
"id": 21,
"level": 2,
"team_id": 1,
"team_user_id": 0,
"yellow": 1,
"red": 1,
"yellow_double": 3,
"desc": "",
"status": 1,
"create_at": "2018-08-28 15:43:36"
},
{
"id": 22,
"level": 3,
"team_id": 1,
"team_user_id": 0,
"yellow": 0,
"red": 0,
"yellow_double": 0,
"desc": "",
"status": 1,
"create_at": "2018-08-28 15:43:36"
}
],
"teams": [
{
"id": 1,
"openid": "openid",
"logo": "sdfasfdasgasfga",
"title": "球队名称",
"username": "申请人姓名",
"position": "申请人职位",
"phone": "13617343800",
"province": "广东",
"city": "广州",
"id_no": "430132412304021351",
"is_captain": 0,
"is_coach": 0,
"desc": "",
"status": 1,
"is_pass": 1,
"is_deleted": 0,
"create_at": "2018-08-28 11:02:22",
"users": [
{
"id": 1,
"openid": "openid",
"team_id": 1,
"username": "1235612",
"position": "申请人职位",
"phone": "13617343800",
"id_no": "43013241230402135123",
"is_captain": 0,
"is_coach": 0,
"desc": "",
"status": 1,
"is_pass": 1,
"is_deleted": 0,
"create_at": "2018-08-28 15:15:03"
},
{
"id": 2,
"openid": "openid",
"team_id": 1,
"username": "1235612",
"position": "申请人职位",
"phone": "13617343800",
"id_no": "43013241230402135123",
"is_captain": 0,
"is_coach": 0,
"desc": "",
"status": 1,
"is_pass": 1,
"is_deleted": 0,
"create_at": "2018-08-28 15:15:05"
},
{
"id": 3,
"openid": "openid",
"team_id": 1,
"username": "1235612",
"position": "申请人职位",
"phone": "13617343800",
"id_no": "43013241230402135123",
"is_captain": 0,
"is_coach": 0,
"desc": "",
"status": 1,
"is_pass": 1,
"is_deleted": 0,
"create_at": "2018-08-28 15:15:05"
}
]
},
{
"id": 2,
"openid": "openid",
"logo": "sdfasfdasgasfga",
"title": "球队名称",
"username": "申请人姓名",
"position": "申请人职位",
"phone": "13617343800",
"province": "广东",
"city": "广州",
"id_no": "430132412304021351",
"is_captain": 0,
"is_coach": 0,
"desc": "",
"status": 1,
"is_pass": 1,
"is_deleted": 0,
"create_at": "2018-08-28 11:02:26",
"users": []
},
{
"id": 3,
"openid": "openid",
"logo": "sdfasfdasgasfga",
"title": "1235612",
"username": "申请人姓名",
"position": "申请人职位",
"phone": "13617343800",
"province": "广东",
"city": "广州",
"id_no": "430132412304021351",
"is_captain": 0,
"is_coach": 0,
"desc": "",
"status": 1,
"is_pass": 1,
"is_deleted": 0,
"create_at": "2018-08-28 11:02:31",
"users": []
}
]
}
}
~~~