houzhongjian
2024-09-27 912df10c968d01457d15bcfa0b10acc7d7d4b7aa
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