From d433191115e2f7695a4bed89785e6f2a6816f521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9B=9B=E5=8F=B6=E8=8D=89?= <362692680@qq.com> Date: Fri, 11 Aug 2023 05:19:49 +0000 Subject: [PATCH] =?UTF-8?q?:art:=20=E3=80=90=E5=BE=AE=E4=BF=A1=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E3=80=91=E9=80=80=E6=AC=BE=E6=9F=A5=E8=AF=A2=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E7=9A=84=E7=BB=93=E6=9E=9C=E7=B1=BB=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=80=80=E6=AC=BE=E6=80=BB=E9=87=91=E9=A2=9D=E3=80=81=E4=BB=A3?= =?UTF-8?q?=E9=87=91=E5=88=B8=E9=80=80=E6=AC=BE=E6=80=BB=E9=87=91=E9=A2=9D?= =?UTF-8?q?=E3=80=81=E7=94=A8=E6=88=B7=E9=80=80=E6=AC=BE=E9=87=91=E9=A2=9D?= =?UTF-8?q?=E7=AD=89=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bean/result/WxPayRefundQueryResult.java | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxPayRefundQueryResult.java b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxPayRefundQueryResult.java index 4eabb4543..372aeafd6 100644 --- a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxPayRefundQueryResult.java +++ b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/result/WxPayRefundQueryResult.java @@ -79,6 +79,45 @@ public class WxPayRefundQueryResult extends BaseWxPayResult implements Serializa @XStreamAlias("total_fee") private Integer totalFee; + /** + *
+ * 字段名:退款总金额. + * 变量名:refund_fee + * 是否必填:是 + * 类型:Int + * 示例值:100 + * 描述:各退款单的退款金额累加,单位为分,只能为整数, + *+ */ + @XStreamAlias("refund_fee") + private Integer refundFee; + + /** + *
+ * 字段名:代金券退款总金额. + * 变量名:coupon_refund_fee + * 是否必填:是 + * 类型:Int + * 示例值:100 + * 描述:各退款单的代金券退款金额累加,单位为分,只能为整数, + *+ */ + @XStreamAlias("coupon_refund_fee") + private Integer couponRefundFee; + + /** + *
+ * 字段名:用户退款金额. + * 变量名:cash_refund_fee + * 是否必填:是 + * 类型:Int + * 示例值:100 + * 描述:退款给用户的金额,不包含所有优惠券金额,单位为分,只能为整数, + *+ */ + @XStreamAlias("cash_refund_fee") + private Integer cashRefundFee; + /** *
* 字段名:应结订单金额.