We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af18533 commit 92a5a57Copy full SHA for 92a5a57
2 files changed
src/services/ip/downloadMaxmindDb.js
@@ -89,6 +89,7 @@ async function downloadDatabase() {
89
90
// 构建下载URL (包含账户ID和许可证密钥)
91
const url = `${DOWNLOAD_CONFIG.downloadUrl}?edition_id=${DOWNLOAD_CONFIG.edition}&license_key=${USER_CONFIG.licenseKey}&suffix=${DOWNLOAD_CONFIG.suffix}&account_id=${USER_CONFIG.accountId}`;
92
+ logger.debug(`[ip] 下载URL: ${url}`);
93
const tempFile = path.join(
94
DATA_DIR,
95
`${DOWNLOAD_CONFIG.edition}.${DOWNLOAD_CONFIG.suffix}`
0 commit comments