微信退款、退款回调

This commit is contained in:
songmingsong
2024-12-06 10:13:43 +08:00
parent 569c038072
commit 636f20fb29
11 changed files with 350 additions and 28 deletions

View File

@ -57,9 +57,13 @@ public class WechatConfig {
private String mchSerialNo;
/**
* 回调接口地址
* 支付回调接口地址
*/
private String notifyUrl;
private String payNotifyUrl;
/**
* 退款回调接口地址
*/
private String refundNotifyUrl;
/**
* 商户API私钥路径