| | |
| | | //调用uu洗车支付成功回调 |
| | | Map map=new HashMap(); |
| | | map.put("orderId",respMap.get("order_id")); |
| | | HttpClientUtil.sendPostByJson("https://api.uucsh.cn/notify/wx/pzh-pay",JSONObject.toJSONString(map),1,"appid","10000");; |
| | | HttpClientUtil.sendPostByJson("https://uu-api.imashuo.com/notify/wx/pzh-pay",JSONObject.toJSONString(map),1,"appid","10000");; |
| | | } |
| | | //调用SDK生成返回联动平台字符串,加到CONTENT中 |
| | | String resMetaData = service.responseUMFMap(respMap); |
| | |
| | | } |
| | | |
| | | |
| | | @PostMapping("flowerWxNotify") |
| | | @PostMapping("/flower/wxNotify") |
| | | @ApiOperation("花城支付回调") |
| | | public void flowerWxNotify(HttpServletRequest request, HttpServletResponse response) { |
| | | log.error("微信支付回调start"); |
| | | String inputLine = ""; |
| | |
| | | notifyOrderDTO.setCashFee(cashFee); |
| | | |
| | | // 根据订单号修改订单信息 |
| | | communityService.wxOrderPayNotify(notifyOrderDTO); |
| | | communityService.wxOrderPayNotifyFlower(notifyOrderDTO); |
| | | |
| | | // 封装 返回值 |
| | | StringBuffer buffer = new StringBuffer(); |