林豪 左 2 жил өмнө
parent
commit
eecbe5254f

+ 1 - 1
Projects/永冠OPP/WCS.Service/ProtocolProxy.cs

@@ -108,7 +108,7 @@ namespace WCS.Service
 
             #region 公用云服务器
 
-            Redis = new RedisClient("212.64.66.35,database=10");
+            Redis = new RedisClient("212.64.66.35,password=Aa123456,database=10");
             Redis.Serialize = obj =>
             {
                 var bytes = MessagePackSerializer.Serialize(obj);