🎨 #3009 【微信支付】商家转账到零钱接口增加转账场景ID字段

This commit is contained in:
glzzyj 2023-05-11 19:12:52 +08:00 committed by GitHub
parent 34400c55e6
commit f8fdc62205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,20 @@ public class TransferCreateRequest implements Serializable {
@SpecEncrypt
private List<TransferDetailList> transferDetailList;
/**
* <pre>
* 字段名转账场景ID
* 变量名transfer_scene_id
* 是否必填
* 类型string(36)
* 描述
* 该批次转账使用的转账场景如不填写则使用商家的默认场景如无默认场景可为空可前往商家转账到零钱-前往功能中申请
* 示例值1001
* </pre>
*/
@SerializedName("transfer_scene_id")
private String transferSceneId;
/**
* The type Transfer detail list.