v0.3测试

This commit is contained in:
2026-04-10 17:59:28 +08:00
parent 916b0bac4a
commit 81153806ed
4 changed files with 21 additions and 127 deletions

View File

@@ -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']);