修改/新增资料中心分类
POST
/operation/1.1/category/save
请求头
参数名
类型
描述
必填
token
字符串
用户登录后返回的token
必填
示例
请求参数说明
参数名
类型
描述
必填
createTime
string
示例:2020-01-01 00:00:00
必填
isDelete
boolean
示例:false
必填
name
string
节点名称
必填
tenantId
int
示例:1
必填
id
int
新增填0
必填
type
int
资料中心分类固定type=2
必填
parentId
object
父级id 没有填0
必填