Commit b3f3f848 authored by 皮倩雯's avatar 皮倩雯

fix: '修改路径'

parent 4b885d9d
Pipeline #67056 canceled with stages
......@@ -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(`/lot/api/HealthCheck`, param);
export const HealthCheck = param => get(`/iot/api/HealthCheck`, param);
// 判断数据库服务是否已添加
export const CheckIsServiceAdd = param => post(`/lot/api/DB/CheckIsServiceAdd`, param);
export const CheckIsServiceAdd = param => post(`/iot/api/DB/CheckIsServiceAdd`, param);
// 查询当前数据库服务状态信息
export const GetServiceInfo = param => post(`/lot/api/DB/GetServiceInfo`, param);
export const GetServiceInfo = param => post(`/iot/api/DB/GetServiceInfo`, param);
// 添加数据库
export const AddDB = param => post(`/lot/api/DB/AddDBV2`, param);
export const AddDB = param => post(`/iot/api/DB/AddDBV2`, param);
// 停止数据库服务
export const DepositServiceDisable = param => post(`/lot/api/DB/DepositServiceDisable`, param);
export const DepositServiceDisable = param => post(`/iot/api/DB/DepositServiceDisable`, param);
// 启用数据库服务
export const DepositServiceEnable = param => post(`/lot/api/DB/DepositServiceEnable`, param);
export const DepositServiceEnable = param => post(`/iot/api/DB/DepositServiceEnable`, param);
// 消息平台接口
export const GetMessageConfigInfo = param =>
......
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