1
zyy
2026-05-18 b1e5d9e660bf0e7669d890d82853854c3b588bd8
src/main/java/com/nq/service/IUserService.java
@@ -43,7 +43,7 @@
  ServerResponse getMoney(Integer  userId);
  ServerResponse transfer(String fromType,String toType,String amt,HttpServletRequest paramHttpServletRequest);
  ServerResponse transfer(String fromType,String toType,String amt,HttpServletRequest paramHttpServletRequest) throws Exception;
  void ForceSellTask();
  void ForceSellOneStockTask();
@@ -92,4 +92,6 @@
  ServerResponse queryMyOption(String code, HttpServletRequest request);
  ServerResponse getMoenyLog(String type,HttpServletRequest request);
  int countPendingAuth();
}