| | |
| | | /** |
| | | * |
| | | * @param withId |
| | | * @param state 1.审核通过(走代付) 2.审核(不走代付) 3.驳回 |
| | | * @param state 1.4审核通过(走代付) 2.审核(不走代付) 3.驳回 |
| | | * @param payoutChannel |
| | | * @param authMsg |
| | | * @return |
| | | */ |
| | |
| | | // 更新请求时间戳 |
| | | requestTimestamps.put(requestId, System.currentTimeMillis()); |
| | | synchronized (withId){ |
| | | serverResponse = this.iUserWithdrawService.updateState(withId, state, authMsg,request,response); |
| | | serverResponse = this.iUserWithdrawService.updateState(withId, state, authMsg, request, response); |
| | | } |
| | | } catch (Exception e) { |
| | | log.error("admin修改充值订单状态出错 ,异常 = {}", e); |