v0.3测试
This commit is contained in:
@@ -52,7 +52,7 @@ if (!empty($missingKeys)) {
|
||||
}
|
||||
|
||||
// 定义常量
|
||||
define('API_BASE_URL', '');
|
||||
define('API_BASE_URL', $config['API_BASE_URL']);
|
||||
define('API_TIMEOUT', (int)$config['API_TIMEOUT']);
|
||||
define('JWT_STORAGE_KEY', $config['JWT_STORAGE_KEY']);
|
||||
define('USER_STORAGE_KEY', $config['USER_STORAGE_KEY']);
|
||||
|
||||
Reference in New Issue
Block a user