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