diff --git a/backend/api/routes/account.py b/backend/api/routes/account.py index b44aaa5..7687f5b 100644 --- a/backend/api/routes/account.py +++ b/backend/api/routes/account.py @@ -401,6 +401,8 @@ async def get_realtime_account_data(account_id: int = 1): api_secret=api_secret, testnet=use_testnet ) + logger.info(api_key) + logger.info(api_secret) logger.info(f" ✓ 客户端创建成功 (testnet={use_testnet})") # 连接币安API