| | |
| | | private IOweFeeToNotifySMO oweFeeToNotifySMOImpl; |
| | | |
| | | @Autowired |
| | | private ITempCarFeeToNotifySMO tempCarFeeToNotifySMOImpl; |
| | | |
| | | @Autowired |
| | | private IToQrPayOweFeeSMO toQrPayOweFeeSMOImpl; |
| | | @Autowired |
| | | private IToPayInGoOutSMO toPayInGoOutSMOImpl; |
| | |
| | | public ResponseEntity<String> tempCarFeeNotifyUrl(@RequestBody String postInfo, HttpServletRequest request) { |
| | | logger.debug("微信支付回调报文" + postInfo); |
| | | |
| | | return oweFeeToNotifySMOImpl.toNotify(postInfo, request); |
| | | return tempCarFeeToNotifySMOImpl.toNotify(postInfo, request); |
| | | } |
| | | |
| | | /** |