🎨 #3103 【微信支付】v3发起商家转账接口的结果类增加批次状态字段
This commit is contained in:
@@ -34,4 +34,10 @@ public class TransferBatchesResult implements Serializable {
|
||||
*/
|
||||
@SerializedName("create_time")
|
||||
private String createTime;
|
||||
|
||||
/**
|
||||
* 批次状态
|
||||
*/
|
||||
@SerializedName("batch_status")
|
||||
private String batchStatus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user