1
0
mirror of synced 2025-12-15 11:41:42 +08:00

🎨 #3103 【微信支付】v3发起商家转账接口的结果类增加批次状态字段

This commit is contained in:
xy
2023-08-04 10:54:27 +08:00
committed by GitHub
parent 37063233fb
commit 0a1411a8fe

View File

@@ -34,4 +34,10 @@ public class TransferBatchesResult implements Serializable {
*/
@SerializedName("create_time")
private String createTime;
/**
* 批次状态
*/
@SerializedName("batch_status")
private String batchStatus;
}