篮球场扫码入场

This commit is contained in:
2023-09-05 09:31:36 +08:00
parent 9bf561505b
commit d8d113d325
4 changed files with 79 additions and 48 deletions

View File

@@ -11,6 +11,14 @@ export function reconnect(id) {
return http.post('/device/reconnect/' + id)
}
export function adminEnter(id) {
return http.post('/device/admin/enter/' + id)
}
export function adminOut(id) {
return http.post('/device/admin/out/' + id)
}
/**
* 删除门禁设备
*/