潘志宝
2025-02-07 282b394bc9c93054f047b5e5683c3323102b4741
src/api/data/channel/modbus/index.ts
@@ -32,7 +32,7 @@
// 新增ModBusDevice
export const createModBusDevice = (data: ModBusDeviceVO) => {
  return request.post({ url: '/data/channel/modbus/device/add', data })
  return request.post({ url: '/data/channel/modbus/device/create', data })
}
// 修改ModBusDevice