name | type | null | desc |
---|---|---|---|
id | int | yes | 课件id |
code | string | no | 课件编码 |
name | string | no | 课件名称 |
digest | string | yes | 课件描述 |
type | int | no | 课件类型 |
tags | array | yes | 标签名数组 |
playUrl | string | yes | 播放地址 |
imgUrls | array | yes | 组图数组 |
cpId | int | yes | 内容提供商id |
state | int | yes | 状态 |
{
"code": "0000",
"message": "xxx",
"data": {
"id": xxx,
}
}