### POST /lesson * method: POST * version: v1.0 * describe: 创建课 * method: PUT * version: v1.0 * describe: 修改课 ##### 参数说明 | name | type | null| desc | |------|:-----|:----|:----:| | id | string| yes | 课id | | code | string | no | 课编码 | | name | string | no | 课名称 | | digest| string | yes | 课描述 | | wareList | array | yes | 课件数组, 不传不更新, 传[]则更新为空 | | status| string| yes | 状态| ##### 结果示例 ``` { "code": "0000" "message": "", } ```