diff --git a/src/services/hostmanager/hostmanager.js b/src/services/hostmanager/hostmanager.js index 5fe8d2ba4993e2bdbe6443bc6bce1c65c8383180..8b99c1375f7e0473e41bdda4c787286c6e36be47 100644 --- a/src/services/hostmanager/hostmanager.js +++ b/src/services/hostmanager/hostmanager.js @@ -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(`/iot/api/HealthCheck`, param); +export const HealthCheck = param => get(`/Iot/api/HealthCheck`, param); // 鍒ゆ柇鏁版嵁搴撴湇鍔℃槸鍚﹀凡娣诲姞 -export const CheckIsServiceAdd = param => post(`/iot/api/DB/CheckIsServiceAdd`, param); +export const CheckIsServiceAdd = param => post(`/Iot/api/DB/CheckIsServiceAdd`, param); // 鏌ヨ褰撳墠鏁版嵁搴撴湇鍔$姸鎬佷俊鎭� -export const GetServiceInfo = param => post(`/iot/api/DB/GetServiceInfo`, param); +export const GetServiceInfo = param => post(`/Iot/api/DB/GetServiceInfo`, param); // 娣诲姞鏁版嵁搴� -export const AddDB = param => post(`/iot/api/DB/AddDBV2`, param); +export const AddDB = param => post(`/Iot/api/DB/AddDBV2`, param); // 鍋滄鏁版嵁搴撴湇鍔� -export const DepositServiceDisable = param => post(`/iot/api/DB/DepositServiceDisable`, param); +export const DepositServiceDisable = param => post(`/Iot/api/DB/DepositServiceDisable`, param); // 鍚敤鏁版嵁搴撴湇鍔� -export const DepositServiceEnable = param => post(`/iot/api/DB/DepositServiceEnable`, param); +export const DepositServiceEnable = param => post(`/Iot/api/DB/DepositServiceEnable`, param); // 娑堟伅骞冲彴鎺ュ彛 export const GetMessageConfigInfo = param =>