mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 #2897 【微信支付】普通商户商家转账到零钱接口增加转账场景ID的参数
This commit is contained in:
parent
b35645ee67
commit
90d8098d93
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user