篮球设备增加上传日志功能
This commit is contained in:
@@ -18,7 +18,13 @@ export function adminEnter(id) {
|
||||
export function adminOut(id) {
|
||||
return http.post('/device/admin/out/' + id)
|
||||
}
|
||||
export function uploadLog(id) {
|
||||
return http.post('/device/upload/log/' + id)
|
||||
}
|
||||
|
||||
export function checkAlive(id) {
|
||||
return http.post('/device/checkAlive/' + id)
|
||||
}
|
||||
/**
|
||||
* 删除门禁设备
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user