Commit 8bee0336 authored by xinglei's avatar xinglei

*)增加url

parent 9ba073c8
...@@ -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
}; };
/** /**
* 根据字典标识获取字典列表 * 根据字典标识获取字典列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment