瀏覽代碼

Update 添加丢失的cachename

Yue 1 月之前
父節點
當前提交
165eca5279

+ 5 - 0
SERVER/ChickenFarmV3/vb-common/vb-common-core/src/main/java/cn/vber/common/core/constant/CacheNames.java

@@ -84,6 +84,11 @@ public interface CacheNames {
      */
     String SYS_OSS_CONFIG = GlobalConstants.GLOBAL_REDIS_KEY + "sys_oss_config";
 
+    /**
+     * 设备名称
+     */
+    String DEVICE_NAME = "device_name#30d";
+
     /**
      * 在线用户
      */