- method: POST
- version: v1.0
- describe: 修改课
name |
type |
null |
desc |
id |
int |
yes |
课id |
code |
string |
no |
课编码 |
name |
string |
no |
课名称 |
digest |
string |
yes |
课描述 |
tags |
array |
yes |
标签名数组 |
wareArr |
array |
yes |
课件数组, 不传不更新, 传[]则更新为空 |
cpId |
int |
yes |
内容提供商id |
state |
int |
yes |
状态 |
{
"code": "0000"
"message": "",
}