From debfb2222fe99f38ee6476ee6437f99d3616eaa3 Mon Sep 17 00:00:00 2001
From: 钢翼 <659240788@qq.com>
Date: 星期二, 17 五月 2022 08:18:38 +0800
Subject: [PATCH] 无认证密码时,不校验是否存在授权头

---
 src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java b/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
index 67697c8..4a3aa78 100644
--- a/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
+++ b/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -112,23 +112,6 @@
     void clearCatchByDeviceId(String deviceId);
 
     /**
-     * 鑾峰彇mediaServer鑺傜偣
-     * @param mediaServerId
-     * @return
-     */
-//    MediaServerItem getMediaInfo(String mediaServerId);
-
-    /**
-     * 璁剧疆鎵�鏈夎澶囩绾�
-     */
-    void outlineForAll();
-
-    /**
-     * 鑾峰彇鎵�鏈夊湪绾跨殑
-     */
-    List<String> getOnlineForAll();
-
-    /**
      * 鍦╮edis娣诲姞wvp鐨勪俊鎭�
      */
     void updateWVPInfo(JSONObject jsonObject, int time);

--
Gitblit v1.8.0