From 586ae5f7391d623c5131d6482518a3070a0fff90 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Sat, 09 May 2026 18:12:49 +0800
Subject: [PATCH] refactor(gateApi): 优化期货交易配置和日志记录

---
 src/main/java/com/xcong/excoin/modules/gateApi/Example.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/gateApi/Example.java b/src/main/java/com/xcong/excoin/modules/gateApi/Example.java
index 7cafc94..ae76c1d 100644
--- a/src/main/java/com/xcong/excoin/modules/gateApi/Example.java
+++ b/src/main/java/com/xcong/excoin/modules/gateApi/Example.java
@@ -31,7 +31,7 @@
             String SETTLE = "usdt";
             //保证金模式 isolated/cross
             String MARGINMODE = "CROSS";
-            String LEVERAGE = "50";
+            String LEVERAGE = "100";
             FuturesApi futuresApi = new FuturesApi(defaultClient);
             FuturesAccount account = futuresApi.listFuturesAccounts(SETTLE);
             log.info("[Gate] 初始本金: {} USDT", account.getTotal());

--
Gitblit v1.9.1