| | |
| | | //转出账户生成一条内部转账记录 |
| | | MemberCoinWithdrawEntity memberCoinWithdrawEntity = new MemberCoinWithdrawEntity(); |
| | | memberCoinWithdrawEntity.setAddress(address); |
| | | memberCoinWithdrawEntity.setAmount(balance); |
| | | memberCoinWithdrawEntity.setAmount(balance.negate()); |
| | | memberCoinWithdrawEntity.setFeeAmount(serviceFee); |
| | | if(1 == apiTransferOutsideDto.getType()){ |
| | | memberCoinWithdrawEntity.setTag("银行卡"); |
| | |
| | | @Override |
| | | public Integer isGoal(String num) { |
| | | Set set = new HashSet(); |
| | | num = StrUtil.subSuf(num,1); |
| | | char[] chars = num.toCharArray(); |
| | | for(char c:chars) { |
| | | set.add(c); |
| | |
| | | } |
| | | } |
| | | |
| | | public static void main(String[] args) { |
| | | |
| | | String num = StrUtil.subSuf("01234",1); |
| | | System.out.print(num); |
| | | } |
| | | |
| | | private String isIdentity(List<String> refererIds,String levelCode){ |
| | | String flag = levelCode; |
| | | for(String str : refererIds){ |