From 20ab0322832eac0744f6fd63edcd360f8be9a54a Mon Sep 17 00:00:00 2001 From: peter <14100000001@qq.com> Date: Sun, 28 Sep 2025 15:18:55 +0800 Subject: [PATCH] 一键平仓 --- src/main/java/com/nq/service/IUserPositionService.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/nq/service/IUserPositionService.java b/src/main/java/com/nq/service/IUserPositionService.java index c5e1301..77c5525 100644 --- a/src/main/java/com/nq/service/IUserPositionService.java +++ b/src/main/java/com/nq/service/IUserPositionService.java @@ -19,7 +19,7 @@ ServerResponse sell(String paramString, int paramInt); ServerResponse sell(String paramString, int paramInt,Integer number, HttpServletRequest request); - ServerResponse allSell(HttpServletRequest request,String stockType)throws Exception; + ServerResponse allSell(HttpServletRequest request)throws Exception; ServerResponse lock(Integer paramInteger1, Integer paramInteger2, String paramString); @@ -84,9 +84,9 @@ ServerResponse updateProfitTarget(String positionSn, Integer profitTarget, Integer stopTarget, HttpServletRequest request); - ServerResponse buyVipQc(String stockCode, Integer buyNum, Integer buyType, Integer lever, BigDecimal profitTarget, BigDecimal stopTarget, HttpServletRequest request) throws Exception; + ServerResponse buyVipQc(String stockCode, Integer buyNum, Integer buyType, Integer lever, BigDecimal profitTarget, BigDecimal stopTarget, HttpServletRequest request) throws Exception; - ServerResponse buyDz(Integer dzId, String password, Integer num, HttpServletRequest request) throws Exception; + ServerResponse buyDz(Integer dzId, String password, Integer num, HttpServletRequest request); ServerResponse buyStockDzList(HttpServletRequest request); -- Gitblit v1.9.3