springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/WxCallbackApi.java
@@ -350,7 +350,8 @@ } @PostMapping("flowerWxNotify") @PostMapping("/flower/wxNotify") @ApiOperation("花城支付回调") public void flowerWxNotify(HttpServletRequest request, HttpServletResponse response) { log.error("微信支付回调start"); String inputLine = ""; @@ -387,7 +388,7 @@ notifyOrderDTO.setCashFee(cashFee); // 根据订单号修改订单信息 communityService.wxOrderPayNotify(notifyOrderDTO); communityService.wxOrderPayNotifyFlower(notifyOrderDTO); // 封装 返回值 StringBuffer buffer = new StringBuffer();