Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
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
ReactWeb5
CivManage
Commits
b3f3f848
Commit
b3f3f848
authored
Feb 07, 2023
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '修改路径'
parent
4b885d9d
Pipeline
#67056
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
hostmanager.js
src/services/hostmanager/hostmanager.js
+6
-6
No files found.
src/services/hostmanager/hostmanager.js
View file @
b3f3f848
...
...
@@ -24,17 +24,17 @@ export const PingIOTPlatform = param =>
get
(
`
${
PUBLISH_SERVICE
}
/HostManager/PingIOTPlatform`
,
param
);
export
const
SaveTcpAddress
=
param
=>
get
(
`
${
PUBLISH_SERVICE
}
/HostManager/SaveTcpAddress`
,
param
);
// 健康检查接口
export
const
HealthCheck
=
param
=>
get
(
`/
l
ot/api/HealthCheck`
,
param
);
export
const
HealthCheck
=
param
=>
get
(
`/
i
ot/api/HealthCheck`
,
param
);
// 判断数据库服务是否已添加
export
const
CheckIsServiceAdd
=
param
=>
post
(
`/
l
ot/api/DB/CheckIsServiceAdd`
,
param
);
export
const
CheckIsServiceAdd
=
param
=>
post
(
`/
i
ot/api/DB/CheckIsServiceAdd`
,
param
);
// 查询当前数据库服务状态信息
export
const
GetServiceInfo
=
param
=>
post
(
`/
l
ot/api/DB/GetServiceInfo`
,
param
);
export
const
GetServiceInfo
=
param
=>
post
(
`/
i
ot/api/DB/GetServiceInfo`
,
param
);
// 添加数据库
export
const
AddDB
=
param
=>
post
(
`/
l
ot/api/DB/AddDBV2`
,
param
);
export
const
AddDB
=
param
=>
post
(
`/
i
ot/api/DB/AddDBV2`
,
param
);
// 停止数据库服务
export
const
DepositServiceDisable
=
param
=>
post
(
`/
l
ot/api/DB/DepositServiceDisable`
,
param
);
export
const
DepositServiceDisable
=
param
=>
post
(
`/
i
ot/api/DB/DepositServiceDisable`
,
param
);
// 启用数据库服务
export
const
DepositServiceEnable
=
param
=>
post
(
`/
l
ot/api/DB/DepositServiceEnable`
,
param
);
export
const
DepositServiceEnable
=
param
=>
post
(
`/
i
ot/api/DB/DepositServiceEnable`
,
param
);
// 消息平台接口
export
const
GetMessageConfigInfo
=
param
=>
...
...
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