File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/request Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ public class WxPayRefundRequest extends BaseWxPayRequest {
143
143
*/
144
144
@ XStreamAlias ("refund_account" )
145
145
private String refundAccount ;
146
+
146
147
/**
147
148
* <pre>
148
149
* 字段名:退款原因.
@@ -156,6 +157,20 @@ public class WxPayRefundRequest extends BaseWxPayRequest {
156
157
@ XStreamAlias ("refund_desc" )
157
158
private String refundDesc ;
158
159
160
+ /**
161
+ * <pre>
162
+ * 字段名:退款结果通知url.
163
+ * 变量名:notify_url
164
+ * 是否必填:否
165
+ * 类型:String(256)
166
+ * 示例值:https://weixin.qq.com/notify/
167
+ * 描述: 异步接收微信支付退款结果通知的回调地址,通知URL必须为外网可访问的url,不允许带参数
168
+ 如果参数中传了notify_url,则商户平台上配置的回调地址将不会生效。
169
+ * </pre>
170
+ */
171
+ @ XStreamAlias ("notify_url" )
172
+ private String notifyUrl ;
173
+
159
174
@ Override
160
175
public void checkAndSign (WxPayConfig config ) throws WxPayException {
161
176
if (StringUtils .isBlank (this .getOpUserId ())) {
You can’t perform that action at this time.
0 commit comments