| | |
| | | |
| | | ServerResponse update(User paramUser); |
| | | |
| | | void updateSignedContract(Integer userId, String signedContract); |
| | | |
| | | void updateSignedAgreement(Integer userId, String signedAgreement); |
| | | |
| | | |
| | | /** |
| | | * 人民币和港币之间兑换操作 |
| | |
| | | */ |
| | | ServerResponse exchangeOp(BigDecimal amt,Integer type,HttpServletRequest request) throws Exception ; |
| | | |
| | | ServerResponse auth(String paramString1, String paramString2, String paramString3, String paramString4, String paramString5, HttpServletRequest paramHttpServletRequest); |
| | | ServerResponse auth(String paramString1, String paramString2,String address, String paramString3, String paramString4, String paramString5, HttpServletRequest paramHttpServletRequest); |
| | | |
| | | ServerResponse transAmt(Integer paramInteger1, Integer paramInteger2, HttpServletRequest paramHttpServletRequest); |
| | | |