|
@@ -171,8 +171,9 @@ public class SystemConstant {
|
|
|
public static final int MOBILE_SESSION_EXPIRE = 30;//过期时间30天
|
|
|
|
|
|
//二维码过期时间(秒)
|
|
|
- // private final static int qrExpireTime = 120;
|
|
|
- public final static Long QR_EXPIRE_TIME = 86400L;
|
|
|
+// private final static int qrExpireTime = 120;
|
|
|
+// public final static Long QR_EXPIRE_TIME = 86400L;
|
|
|
+ public final static Long QR_EXPIRE_TIME = 120L;
|
|
|
|
|
|
/**
|
|
|
* redis分布式锁
|