### POST /support * method: DELETE * version: v1.0 * describe: 创建周边 PUT /support/{supportId} * method: PUT * version: v1.0 * describe: 修改 ##### 参数说明 | name | type | null| desc | |------|:-----|:----|:----:| | id | string| yes | id | | code | string | 编码 | | title | string | 标题 | | coverUrl| array | 封面图 | | imgList| array | 组图数组 | | cpId| string| 内容提供商id | | dateDesc| string | 时间描述字段 | | openTime | Long | 师训开始时间 | | closeTime | Long | 师训结束时间 | | gmtCreated|int | 创建时间 | | gmtModified|int|修改时间| | status| string| 状态 | ##### 结果示例 ``` { "code": 200, "success": true, "message": null, "data": { } } ```