1
zj
9 days ago cd969de1f50903ca87deda67bff2d6fcc35b4107
src/main/java/com/nq/service/IUserPositionService.java
@@ -16,6 +16,8 @@
  ServerResponse pending(Integer paramInteger1, Integer paramInteger2, Integer paramInteger3, Integer paramInteger4,BigDecimal paramInteger5,BigDecimal paramInteger6, HttpServletRequest paramHttpServletRequest) throws Exception;
  ServerResponse cancelOrder(String positionSn, HttpServletRequest request) throws Exception;
  ServerResponse sell(String paramString, int paramInt) throws Exception;
  ServerResponse calendar(String paramString,HttpServletRequest request) throws Exception;
@@ -24,7 +26,7 @@
  
  ServerResponse lock(Integer paramInteger1, Integer paramInteger2, String paramString,Integer paramInteger3);
  ServerResponse fee(Integer buyNum,BigDecimal nowPrice);
  ServerResponse fee(Integer buyNum, BigDecimal nowPrice, Integer lever);
  ServerResponse del(Integer paramInteger);