林豪 左 2 years ago
parent
commit
eecbe5254f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Projects/永冠OPP/WCS.Service/ProtocolProxy.cs

+ 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);