AppFrontService/src/main/java/com/java110/app/controller/PaymentController.java
@@ -62,7 +62,9 @@ @RequestMapping(path = "/notify", method = RequestMethod.POST) public ResponseEntity<String> notify(@RequestBody String postInfo, HttpServletRequest request) { return toNotifySMOImpl.toNotify(request); logger.debug("微信支付回调报文" + postInfo); return toNotifySMOImpl.toNotify(postInfo,request); }