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

fix: '修改路径'

parent f769ebf2
Pipeline #67065 passed with stages
......@@ -33,7 +33,7 @@ export const GetServiceInfo = param => post(`/Iot/api/DB/GetServiceInfo`, param)
export const AddDB = param => post(`/Iot/api/DB/AddDBV2`, param);
// 停止数据库服务
export const DepositServiceDisable = param => post(`/Iot/api/DB/DepositServiceDisable`, param);
// 启用数据库服务
// 启用数据库服务
export const DepositServiceEnable = param => post(`/Iot/api/DB/DepositServiceEnable`, 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