1
dd
2026-01-27 0ebdfd97b5400c864584147bd72a0de768172d6e
src/main/java/com/nq/service/IUserService.java
@@ -34,7 +34,7 @@
  ServerResponse update(User paramUser);
  ServerResponse auth(String paramString1, String paramString2, String type, String vaildNumber,String paramString3, String paramString4, String paramString5, HttpServletRequest paramHttpServletRequest);
  ServerResponse auth(String paramString1, String paramString2, Integer realType, String vaildNumber,String paramString3, String paramString4, String paramString5, HttpServletRequest paramHttpServletRequest);
  ServerResponse transAmt(Integer paramInteger1, Integer paramInteger2, HttpServletRequest paramHttpServletRequest);
@@ -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();
}