REM:
1. 修正配置变量定义
This commit is contained in:
HuangXin 2020-05-06 17:32:26 +08:00
parent 5a5105be34
commit 7dac407c9c
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@ public class GlobalVar {
/**
* The constant IS_VERIFY_TOKEN.
*/
public static boolean IS_VERIFY_TOKEN = true;
public static volatile boolean IS_VERIFY_TOKEN = true;
}