ware_save.md 628 B

POST /ware

  • method: POST
  • version: v1.0
  • describe: 上传或修改课件
参数说明
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,
  }
}