describe: 上传课件
method: PUT
version: v1.0
describe: 修改课件
name | type | null | desc |
---|---|---|---|
id | string | yes | 课件id |
code | string | no | 课件编码 |
name | string | no | 课件名称 |
digest | string | yes | 课件描述 |
imgList | array | yes | 组图数组 |
cpId | string | yes | 内容提供商id |
status | string | yes | 状态 |
{
"code": "0000",
"message": "xxx",
"data": {
"id": xxx,
}
}