| | |
| | | |
| | | 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); |
| | | |
| | |
| | | |
| | | 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(); |
| | |
| | | ServerResponse queryMyOption(String code, HttpServletRequest request); |
| | | |
| | | ServerResponse getMoenyLog(String type,HttpServletRequest request); |
| | | |
| | | int countPendingAuth(); |
| | | } |