获取知识库分页数据

请求URL

/res/getZskPage GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
type_id int 文档类型,1:文档 (word,ppt,pdf等),2:数据库(excel)
keyword string 搜索关键词
pageNum int 第几页
pageSize int 每页几条

返回结果

{}

上传知识库文档

请求URL

/res/uploadZskDocument GET POST

返回结果

{}

删除知识库文档

请求URL

/res/delZskDocument GET POST

请求参数 application/x-www-form-urlencoded

参数名 类型 必须 描述
id int 知识库文档ID

返回结果

{}