### GET /training/list * method: GET * version: v1.0 * describe: 获取周边列表 ##### 参数说明 |name |type| null | desc | |---- |:---|:---|:----:| | id | string | no | training id | ##### 结果示例 ``` { "code": 200, "success": true, "message": null, } ```