k94314517
2024-03-17 f187a18930a5d6326b5dc3972fd1395611fc5f17
admin/src/api/business/device.js
@@ -7,6 +7,16 @@
  })
}
// 同步
export function syncDevices (data) {
  return request.post('/business/hksync/syncDevices', data)
}
// 获取门禁集合-提供给门禁组
export function getList (data) {
  return request.post('/business/device/getList', data)
}
// 修改
export function updateById (data) {
  return request.post('/business/device/updateById', data)