Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
ms-data-circulation-portal-service
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
197dafab
authored
2025-10-29 18:16:22 +0800
by
xu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
可信空间连接器入住接口
1 parent
8d90fc2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/csbr/qingcloud/portal/service/impl/DataPortServiceImpl.java
src/main/java/com/csbr/qingcloud/portal/service/impl/DataPortServiceImpl.java
View file @
197dafa
...
...
@@ -126,7 +126,7 @@ public class DataPortServiceImpl implements DataPortService {
JSONObject
data
=
new
JSONObject
();
data
.
put
(
"guid"
,
entity
.
getGuid
());
data
.
put
(
"connectorIdentity"
,
entity
.
getConnectorIdentity
());
jsonObject
.
put
(
"zqData"
,
data
);
jsonObject
.
put
(
"zqData"
,
data
.
toJSONString
()
);
invokeUtil
.
invokeMainDel
(
jsonObject
,
zqConfig
.
getAppKey
(),
zqConfig
.
getReceiveUrl
());
log
.
info
(
"======连接器注册结束======"
);
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment