股票详情接口提供

This commit is contained in:
Achilles
2024-01-04 15:04:43 +08:00
parent 15b654e425
commit 8375eaed43
2 changed files with 148 additions and 1 deletions

View File

@@ -180,7 +180,7 @@ public class MoneyScraper {
}
} catch (IOException e) {
retryAttempts++;
log.error(Thread.currentThread().getName()+",Exception during HTTP request: " +retryAttempts);
log.error(Thread.currentThread().getName()+",Exception during HTTP request time: " +retryAttempts);
}
}