文档
测试

保存或者修改内容配置

POST
/auth/ucontent/saveUcontent

请求参数

multipart/form-data
参数名
类型
描述
必填
cottype
string
内容类型
必填
contenttitle
string
内容标题
必填
cotintro
string
内容简介
必填
cotdetail
string
详细内容
必填
contentvideo
array
视频链接
可选
accidlist
array
附件id集合
可选
delaccidlist
array
已删除附件id集合
可选
contentid
string
内容配置id,修改必传,新增不传
可选
organid
string
-
必填

说明 / 示例

```text 暂无描述 ```