java110
2021-10-19 b278a4b743d0cf45fd0b42bc78ff42f4e1124baf
service-api/src/main/java/com/java110/api/controller/app/PaymentController.java
@@ -68,6 +68,9 @@
    private IOweFeeToNotifySMO oweFeeToNotifySMOImpl;
    @Autowired
    private ITempCarFeeToNotifySMO tempCarFeeToNotifySMOImpl;
    @Autowired
    private IToQrPayOweFeeSMO toQrPayOweFeeSMOImpl;
    @Autowired
    private IToPayInGoOutSMO toPayInGoOutSMOImpl;
@@ -320,7 +323,7 @@
    public ResponseEntity<String> tempCarFeeNotifyUrl(@RequestBody String postInfo, HttpServletRequest request) {
        logger.debug("微信支付回调报文" + postInfo);
        return oweFeeToNotifySMOImpl.toNotify(postInfo, request);
        return tempCarFeeToNotifySMOImpl.toNotify(postInfo, request);
    }
    /**