潘志宝
2024-11-04 23beab5084d97f25fb40ee57055436a1c84757f1
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