##GET接口

### 1. 团队信息接口 action = list
    # 参数
    - kw        string      关键词
    - page      int         页码
    - limit     int         每页条数
    # 返回

### 2. 团队详情接口 action = info
    # 参数
### 3. 团队申请列表接口 action = apply_list
    # 参数
    - team_id   int         团队ID
    - page      int         页码
    - limit     int         每页条数
    # 返回



##POST接口

### 1. 申请加入团队 action = apply
    # 参数
    - apply_team_id   int         团队ID

### 2. 审核团队申请 action = audit
    # 参数
    - id              int         申请ID
    - status          int         状态 | -1 不通过 | 1 通过