nidapeng
2024-04-11 56cd9a53cb4110b0c214f9b66a993eec7e57b4e5
admin/src/api/business/device.js
@@ -7,7 +7,22 @@
  })
}
// 同步
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)
}
// 修改是否门禁入口
export function updateEntranceById (data) {
  return request.post('/business/device/updateEntranceById', data)
}