Jelajahi Sumber

提现失败自动补偿一次

wujiefeng 9 bulan lalu
induk
melakukan
e0d2c0ea7f

+ 2 - 2
RewardServer/src/main/java/com/zhongshu/reward/server/core/util/ext/RedisExtProperties.java

@@ -21,8 +21,8 @@ public class RedisExtProperties {
     @Value("${spring.redis.port}")
     private int port;
 
-//    @Value("${spring.redis.password}")
-    private String password = null;
+    @Value("${spring.redis.password}")
+    private String password;
 
     @Value("${spring.redis.database}")
     private Integer database;