吴学文
2020-01-11 8b47dded9b195b5ddce8c9c0c15186bdf48e47e3
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);