🎨 #2897 【微信支付】普通商户商家转账到零钱接口增加转账场景ID的参数

This commit is contained in:
Well 2022-12-17 14:29:25 +08:00 committed by GitHub
parent b35645ee67
commit 90d8098d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,11 @@ public class TransferBatchesRequest implements Serializable {
@SerializedName("transfer_detail_list")
private List<TransferDetail> transferDetailList;
/**
* 转账场景ID
*/
@SerializedName("transfer_scene_id")
private String transferSceneId;
@Data
@Builder(builderMethodName = "newBuilder")