篮球场扫码入场
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除门禁设备
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user