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
c40c9fb6
authored
2025-10-25 14:29:00 +0800
by
xu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
可信空间连接器入住接口
1 parent
a5607df4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
src/main/java/com/csbr/qingcloud/portal/controller/TdsConnectorIdentityController.java
src/main/java/com/csbr/qingcloud/portal/controller/TdsConnectorIdentityController.java
View file @
c40c9fb
...
...
@@ -123,6 +123,13 @@ public class TdsConnectorIdentityController {
return
CommonRes
.
success
(
vo
);
}
@GetMapping
(
"/get-connector-identity"
)
@SystemLog
(
value
=
"连接器身份信息-查询有效的连接器信息"
)
public
CommonRes
<
String
>
getConnector
()
{
TdsConnectorIdentityRSVO
vo
=
tdsConnectorIdentityService
.
getEffectiveConnector
();
return
CommonRes
.
success
(
vo
.
getConnectorIdentity
());
}
@GetMapping
(
"/check-connector"
)
@SystemLog
(
value
=
"连接器身份信息-检查连接器是否已经存在"
)
public
CommonRes
<
TdsConnectorIdentityRSVO
>
checkConnector
()
{
...
...
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