mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 #3009 【微信支付】商家转账到零钱接口增加转账场景ID字段
This commit is contained in:
parent
34400c55e6
commit
f8fdc62205
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user