### POST /ware
PUT /ware/{wareId}
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,
}
}