潘志宝
2024-11-15 61c379331f94ece797022388a65dde1458953ce4
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