| | |
| | | } |
| | | tPubWithdrawalService.updateById(tPubWithdrawal); |
| | | |
| | | Map<String,String> map = new HashMap<>(); |
| | | map.put("id", String.valueOf(tPubWithdrawal.getId())); |
| | | map.put("state", String.valueOf(stateObj)); |
| | | String result = HttpRequestUtil.postRequest(PushURL.withdraw_auth_url, map); |
| | | System.out.println("提现审核接口 :【recordId="+tPubWithdrawal.getId().toString()+"】,调用接口:"+result); |
| | | // Map<String,String> map = new HashMap<>(); |
| | | // map.put("id", String.valueOf(tPubWithdrawal.getId())); |
| | | // map.put("state", String.valueOf(stateObj)); |
| | | // String result = HttpRequestUtil.postRequest(PushURL.withdraw_auth_url, map); |
| | | // System.out.println("提现审核接口 :【recordId="+tPubWithdrawal.getId().toString()+"】,调用接口:"+result); |
| | | |
| | | // 支付宝提现 |
| | | |
| | | //增加系统消息 |
| | | TSystemNotice notice = new TSystemNotice(); |