提交修改

This commit is contained in:
quyixiao 2025-11-09 15:52:03 +08:00
parent eb7990de12
commit c9c7e787c0

View File

@ -51,9 +51,8 @@ public class AppWeiXinRefundNotifyController {
@Autowired @Autowired
private VvReverseOrderDao reverseOrderDao; private VvReverseOrderDao reverseOrderDao;
//退款回调 //退款回调
@PostMapping("/refundNotifyUrl") @PostMapping("/refundNotify")
@Transactional @Transactional
public Object refundNotifyUrl(@RequestBody String jsonData) throws Exception { public Object refundNotifyUrl(@RequestBody String jsonData) throws Exception {
log.info("AppWeiXinRefundNotifyController refundNotifyUrl jsonData = " + jsonData); log.info("AppWeiXinRefundNotifyController refundNotifyUrl jsonData = " + jsonData);