Skip to content

Commit

Permalink
Update HkUtils.java
Browse files Browse the repository at this point in the history
  • Loading branch information
waimifeier authored Jan 9, 2024
1 parent b285b26 commit f0e8bb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/cn/nkk/hikvision/utils/HkUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ public static void doLogout(String serialNumber){
hcNetSDK.NET_DVR_Logout(cameraLogin.getUserId());
hcNetSDK.NET_DVR_Cleanup();
log.info("设备:{}注销完成",cameraLogin.getUserId());
LOCAL_CACHE.remove(serialNumber);
}


Expand Down

0 comments on commit f0e8bb8

Please sign in to comment.