From 1b4c522688e77827e9fe3abf1e1bc5c98b214e99 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 06 Jan 2026 13:41:42 +0800
Subject: [PATCH] ``` chore(okxNewPrice): 注释平仓逻辑代码

---
 src/main/java/com/xcong/excoin/modules/okxNewPrice/okxpi/config/impl/ExchangeLoginEventServiceImpl.java |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/okxNewPrice/okxpi/config/impl/ExchangeLoginEventServiceImpl.java b/src/main/java/com/xcong/excoin/modules/okxNewPrice/okxpi/config/impl/ExchangeLoginEventServiceImpl.java
index 3455210..3d781ed 100644
--- a/src/main/java/com/xcong/excoin/modules/okxNewPrice/okxpi/config/impl/ExchangeLoginEventServiceImpl.java
+++ b/src/main/java/com/xcong/excoin/modules/okxNewPrice/okxpi/config/impl/ExchangeLoginEventServiceImpl.java
@@ -166,15 +166,4 @@
         return OKXAccount.requestHandler.sendSignedRequest(OKXAccount.baseUrl, OKXContants.TICKER, parameters, HttpMethod.GET, OKXAccount.isSimluate());
     }
 
-    public static void main(String[] args) {
-        LinkedHashMap<String, Object> balanceParameters = new LinkedHashMap<>();
-        String balance = ExchangeLoginService.getInstance(ExchangeInfoEnum.OKX_UAT.name()).balance(balanceParameters);
-        JSONObject balanceJson = JSON.parseObject(balance);
-        JSONObject data = balanceJson.getJSONArray("data").getJSONObject(0);
-        JSONArray details = data.getJSONArray("details");
-        System.out.println(balanceJson);
-        System.out.println(data);
-        System.out.println(details);
-    }
-
 }

--
Gitblit v1.9.1