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 {
143143 */
144144 @ XStreamAlias ("refund_account" )
145145 private String refundAccount ;
146+
146147 /**
147148 * <pre>
148149 * 字段名:退款原因.
@@ -156,6 +157,20 @@ public class WxPayRefundRequest extends BaseWxPayRequest {
156157 @ XStreamAlias ("refund_desc" )
157158 private String refundDesc ;
158159
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+
159174 @ Override
160175 public void checkAndSign (WxPayConfig config ) throws WxPayException {
161176 if (StringUtils .isBlank (this .getOpUserId ())) {
You can’t perform that action at this time.
0 commit comments