wuxw
2021-04-23 e9be8d15ab3ee20685793e16071c56485b32e33a
service-front/src/main/java/com/java110/front/controller/app/PaymentController.java
old mode 100644 new mode 100755
@@ -80,8 +80,7 @@
        }
        IPageData newPd = PageData.newInstance().builder(pd.getUserId(), pd.getUserName(), pd.getToken(), postInfo,
                "", "", "", pd.getSessionId(),
                appId);
                "", "", "", pd.getSessionId(), appId, pd.getPayerObjId(), pd.getPayerObjType(), pd.getEndTime());
        return toPaySMOImpl.toPay(newPd);
    }
@@ -173,8 +172,9 @@
    public ResponseEntity<String> oweFeeNotify(@RequestBody String postInfo, HttpServletRequest request) {
        logger.debug("微信支付回调报文" + postInfo);
        return oweFeeToNotifySMOImpl.toNotify(postInfo,request);
        return oweFeeToNotifySMOImpl.toNotify(postInfo, request);
    }
    /**
     * <p>支付回调Api</p>
     *