紧急修复了一些bug

This commit is contained in:
张乐
2020-08-17 15:28:28 +08:00
parent 05cc87969a
commit 3c9caa8b50
122 changed files with 1235 additions and 3297 deletions

View File

@@ -8,7 +8,7 @@ package com.constants;
* @since 2020/4/1415:46
*/
public class Constants {
public static final long TOKEN_EXPRESS_MINUTES = (60 * 24);
public static final long TOKEN_EXPRESS_MINUTES = (60 * 1); //1小时
public static final int NUM_ZERO = 0;
public static final int NUM_ONE = 1;