提交修改
This commit is contained in:
parent
eb7990de12
commit
c9c7e787c0
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user