nidapeng
2024-03-19 6c40e04eb7c2060feb2533735cd3089d438965e5
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)