ware_save.md 586 B

### POST /ware

  • method: POST
  • version: v1.0
  • describe: 上传课件

PUT /ware/{wareId}

  • 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,
  }
}