From 273769e0468e40fc770ed7968badc92d77610ef2 Mon Sep 17 00:00:00 2001 From: sue <177699783@qq.com> Date: Thu, 30 Oct 2025 02:35:52 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=B8=B8=E8=A7=81=E9=97=AE=E9=A2=98.md?= =?UTF-8?q?=20=E6=8F=90=E7=A4=BA=E5=A6=82=E4=BD=95=E5=A4=84=E7=90=86?= =?UTF-8?q?=E5=B8=81=E5=AE=89API=204061=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 常见问题.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 常见问题.md diff --git a/常见问题.md b/常见问题.md new file mode 100644 index 00000000..5d823205 --- /dev/null +++ b/常见问题.md @@ -0,0 +1,25 @@ +# 常见问题 + +## 币安持仓模式错误 (code=-4061) + +**错误信息**:`Order's position side does not match user's setting` + +**原因**:系统需要使用双向持仓模式,但您的币安账户设置为单向持仓。 + +### 解决方法 + +1. 登录 [币安合约交易平台](https://www.binance.com/zh-CN/futures/BTCUSDT) + +2. 点击右上角的 **⚙️ 偏好设置** + +3. 选择 **持仓模式** + +4. 切换为 **双向持仓** (Hedge Mode) + +5. 确认切换 + +**注意**:切换前必须先平掉所有持仓。 + +--- + +更多问题请查看 [GitHub Issues](https://github.com/tinkle-community/nofx/issues)