src/main/java/com/xcong/excoin/modules/gateApi/GateGridTradeService.java
@@ -134,9 +134,9 @@ closeExistingPositions(); futuresApi.updateContractPositionLeverageCall( futuresApi.updateDualModePositionLeverageCall( SETTLE, config.getContract(), config.getLeverage(), config.getMarginMode(), config.getPositionMode(), null); config.getMarginMode(), null); log.info("[Gate] 杠杆: {}x {}", config.getLeverage(), config.getMarginMode()); } catch (GateApiException e) { log.error("[Gate] 初始化失败, label:{}, msg:{}", e.getErrorLabel(), e.getMessage());