From 0a1411a8fe89f2f58bbf26d99dd9ebe959fad228 Mon Sep 17 00:00:00 2001 From: xy <626872972@qq.com> Date: Fri, 4 Aug 2023 10:54:27 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20#3103=20=E3=80=90=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E3=80=91v3=E5=8F=91=E8=B5=B7=E5=95=86?= =?UTF-8?q?=E5=AE=B6=E8=BD=AC=E8=B4=A6=E6=8E=A5=E5=8F=A3=E7=9A=84=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E7=B1=BB=E5=A2=9E=E5=8A=A0=E6=89=B9=E6=AC=A1=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wxpay/bean/transfer/TransferBatchesResult.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/transfer/TransferBatchesResult.java b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/transfer/TransferBatchesResult.java index 56146df15..c863b75e6 100644 --- a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/transfer/TransferBatchesResult.java +++ b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/transfer/TransferBatchesResult.java @@ -34,4 +34,10 @@ public class TransferBatchesResult implements Serializable { */ @SerializedName("create_time") private String createTime; + + /** + * 批次状态 + */ + @SerializedName("batch_status") + private String batchStatus; }