You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{
"item" : [
{
"request" : {
"method" : "GET" ,
"url" : {
"query" : [
{
"description" : "文档类型, 1: 文档 (word,ppt,pdf等), 2: 数据库(excel)" ,
"value" : "" ,
"key" : "type_id"
} ,
{
"description" : "搜索关键词" ,
"value" : "" ,
"key" : "keyword"
} ,
{
"description" : "第几页" ,
"value" : "" ,
"key" : "pageNum"
} ,
{
"description" : "每页几条" ,
"value" : "" ,
"key" : "pageSize"
}
] ,
"raw" : "{{domain}}/res/getZskPage"
}
} ,
"name" : "获取知识库分页数据"
} ,
{
"request" : {
"method" : "POST" ,
"url" : {
"query" : [ ] ,
"raw" : "{{domain}}/res/uploadZskDocument"
}
} ,
"name" : "上传知识库文档"
} ,
{
"request" : {
"method" : "POST" ,
"url" : {
"query" : [
{
"description" : "知识库文档ID" ,
"value" : "" ,
"key" : "id"
}
] ,
"raw" : "{{domain}}/res/delZskDocument"
}
} ,
"name" : "删除知识库文档"
}
] ,
"name" : "ResourceController"
}