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": "",
}