| | |
| | | public void offlineTravelPaymentCallback(HttpServletRequest request, HttpServletResponse response){ |
| | | try { |
| | | System.err.println("线下收款开始回调-------------------"); |
| | | ResultNotification resultNotification = PayUtil.payResultNotification(request); |
| | | // ResultNotification resultNotification = PayUtil.payResultNotification(request); |
| | | ResultNotification resultNotification = new ResultNotification(); |
| | | System.err.println("支付回调:" + JSON.toJSONString(resultNotification)); |
| | | if(null != resultNotification){ |
| | | if("000000".equals(resultNotification.getReturnCode())){ |