Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-tool
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tool
web-tool
Commits
8bee0336
Commit
8bee0336
authored
Aug 02, 2023
by
xinglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)增加url
parent
9ba073c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
api.js
packages/graphmod-utils/src/api.js
+3
-1
No files found.
packages/graphmod-utils/src/api.js
View file @
8bee0336
...
@@ -35,7 +35,9 @@ export const UrlConsts = {
...
@@ -35,7 +35,9 @@ export const UrlConsts = {
+
'filterByCollection=false&directoryId={directoryId}&offset=0&end=99'
),
// 知识库列表
+
'filterByCollection=false&directoryId={directoryId}&offset=0&end=99'
),
// 知识库列表
knowledgeContentUrl
:
(
url
)
=>
completePrefix
(
baseURI
,
'knowledgebase/v1/doccontent/{id}'
),
// 知识库详情
knowledgeContentUrl
:
(
url
)
=>
completePrefix
(
baseURI
,
'knowledgebase/v1/doccontent/{id}'
),
// 知识库详情
processListUrl
:
()
=>
completePrefix
(
baseURI
,
'workflow/processDefinition/list/all'
),
// 获取所有的的流程
processListUrl
:
()
=>
completePrefix
(
baseURI
,
'workflow/processDefinition/list/all'
),
// 获取所有的的流程
getFlowUrl
:
()
=>
completePrefix
(
baseURI
,
'workflow/processDefinition/image?processDefinitionId={processDefinitionId}'
)
// 根据流程实例id获取流程图 get
getFlowUrl
:
()
=>
completePrefix
(
baseURI
,
'workflow/processDefinition/image?processDefinitionId={processDefinitionId}'
),
// 根据流程实例id获取流程图 get
remoteUrl
:
completePrefix
(
baseURI
,
'morphic/biz/url'
),
// 请求第三方系统 api, post,需要传入第三方api 地址
generateSqlUrl
:
url
=>
completePrefix
(
baseURI
,
'studio/v1/dataApi/generateSQL'
)
// 通用导出SQL脚本 get
};
};
/**
/**
* 根据字典标识获取字典列表
* 根据字典标识获取字典列表
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment