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