8000 :art: #3103 【微信支付】v3发起商家转账接口的结果类增加批次状态字段 · devsong/WxJava@2436150 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2436150

Browse files
kimyxxdevsong
authored andcommitted
🎨 binarywang#3103 【微信支付】v3发起商家转账接口的结果类增加批次状态字段
1 parent a96f8c9 commit 2436150

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/transfer/TransferBatchesResult.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,10 @@ public class TransferBatchesResult implements Serializable {
3434
*/
3535
@SerializedName("create_time")
3636
private String createTime;
37+
38+
/**
39+
* 批次状态
40+
*/
41+
@SerializedName("batch_status")
42+
private String batchStatus;
3743
}

0 commit comments

Comments
 (0)
0