fix: 取消debug日志
This commit is contained in:
parent
1bb08855fb
commit
44ae69e31f
|
|
@ -128,7 +128,7 @@ public class ExchangeRateServiceImpl implements IExchangeRateService {
|
|||
|
||||
if (response.isSuccessful() && body != null) {
|
||||
String responseBody = body.string();
|
||||
log.debug("汇率API响应: {}", responseBody);
|
||||
// log.debug("汇率API响应: {}", responseBody);
|
||||
|
||||
// 解析响应 - CurrencyFreaks Rates Latest Endpoint 响应格式
|
||||
RatesResponse ratesResponse = objectMapper.readValue(responseBody, RatesResponse.class);
|
||||
|
|
|
|||
Loading…
Reference in New Issue