mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-07 22:27:47 +08:00
🎨 #3103 【微信支付】v3发起商家转账接口的结果类增加批次状态字段
This commit is contained in:
parent
37063233fb
commit
0a1411a8fe
@ -34,4 +34,10 @@ public class TransferBatchesResult implements Serializable {
|
|||||||
*/
|
*/
|
||||||
@SerializedName("create_time")
|
@SerializedName("create_time")
|
||||||
private String createTime;
|
private String createTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 批次状态
|
||||||
|
*/
|
||||||
|
@SerializedName("batch_status")
|
||||||
|
private String batchStatus;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user