From be6ebe0f51aacef4435ee3d81a913bf8e8b48505 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Mon, 11 May 2026 16:22:56 +0800
Subject: [PATCH] docs(gateApi): 更新代码注释和文档说明

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

diff --git a/src/main/java/com/xcong/excoin/modules/gateApi/gateApi-logic.md b/src/main/java/com/xcong/excoin/modules/gateApi/gateApi-logic.md
index 8a1dfb1..e3207b4 100644
--- a/src/main/java/com/xcong/excoin/modules/gateApi/gateApi-logic.md
+++ b/src/main/java/com/xcong/excoin/modules/gateApi/gateApi-logic.md
@@ -194,7 +194,7 @@
 │   └─ 多仓队列转移:
 │       ├─ 以多仓队列首元素(最小价)为种子
 │       ├─ 生成 matched.size() 个递减元素: seed × (1 − gridRate × i)
-│       ├─ 贴近过滤: |currentPrice − longEntryPrice| < longEntryPrice × gridRate → 跳过
+│       ├─ 贴近过滤: |elem − longEntryPrice| < longEntryPrice × gridRate → 跳过
 │       └─ 升序排列,截断到 gridQueueSize
 │
 └─ processLongGrid: 当前价 > 多仓队列元素(价格涨超了队列中的低价)
@@ -207,7 +207,7 @@
     └─ 空仓队列转移:
         ├─ 以空仓队列首元素(最高价)为种子
         ├─ 生成 matched.size() 个递增元素: seed × (1 + gridRate × i)
-        ├─ 贴近过滤: |currentPrice − shortEntryPrice| < shortEntryPrice × gridRate → 跳过
+        ├─ 贴近过滤: |elem − shortEntryPrice| < shortEntryPrice × gridRate → 跳过
         └─ 降序排列,截断到 gridQueueSize
 ```
 

--
Gitblit v1.9.1