MrShi
2024-03-27 c43529a0c1f7ea83b7d899b16aaf4b5b32bc61f3
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)
}