修复滚仓

This commit is contained in:
dekun
2026-05-28 13:27:02 +08:00
parent aa92952b2d
commit a1b3b5d478
3 changed files with 66 additions and 33 deletions
+3
View File
@@ -2267,6 +2267,9 @@ def friendly_okx_error(err, available_usdt=None):
return f"交易所下单失败:{clean}"
friendly_exchange_error = friendly_okx_error
def get_exchange_capitals(force=False):
ok_live, _ = ensure_okx_live_ready()
if not ok_live: