首页
**请求URL:**
- http://tp.lstranger.icu//api.php/portal/public/activity_list
**请求方式:**
- post
**请求头:**
|参数名|必选|类型|说明|
|:---- |:---|:----- |----- |
|XX-Device-Type| 是 | string| code |
|XX-Token| 否 | string| code |
|XX-Api-Version| 否 | string| code |
**参数:**
|参数名|必选|类型|说明|
|:---- |:---|:----- |----- |
|match_begin| 是 | string| 时间 |
|field_id| 是 | string| 场地|
|page| 是 | string| 分页|
**返回示例**
```
{
"errno": 0,
"message": "场地获取成功",
"data": []
}
```