| | |
| | | public void payCallbackAll(HttpServletRequest request, HttpServletResponse response) { |
| | | //获取联动发送请求的参数 |
| | | String requestParam = request.getQueryString(); |
| | | System.out.println("请求参数 :" + requestParam); |
| | | log.error("花城洗车请求参数 :" + requestParam); |
| | | System.out.println("花城洗车请求参数 :" + requestParam); |
| | | //调用异步通知解析方法 |
| | | UmfService service = new UmfServiceImpl("53461",file); |
| | | Map respMap = null; |
| | |
| | | Map map=new HashMap(); |
| | | map.put("orderId",respMap.get("order_id")); |
| | | HttpClientUtil.sendPostByJson("https://uu-api.imashuo.com/notify/wx/pzh-pay",JSONObject.toJSONString(map),1,"appid","10000");; |
| | | log.error("花城洗车回调成功 :" + respMap.get("order_id")); |
| | | } |
| | | //调用SDK生成返回联动平台字符串,加到CONTENT中 |
| | | String resMetaData = service.responseUMFMap(respMap); |