mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🎨 #3045 【微信支付】修复分账接收方列表”姓名“字段加密功能
This commit is contained in:
parent
21a95e15df
commit
85cc1e3937
@ -1,5 +1,6 @@
|
|||||||
package com.github.binarywang.wxpay.bean.profitsharingV3;
|
package com.github.binarywang.wxpay.bean.profitsharingV3;
|
||||||
|
|
||||||
|
import com.github.binarywang.wxpay.v3.SpecEncrypt;
|
||||||
import com.google.gson.annotations.SerializedName;
|
import com.google.gson.annotations.SerializedName;
|
||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Builder;
|
import lombok.Builder;
|
||||||
@ -70,6 +71,7 @@ public class ProfitSharingRequest implements Serializable {
|
|||||||
* 描述:分账接收方列表,可以设置出资商户作为分账接受方,最多可有50个分账接收方
|
* 描述:分账接收方列表,可以设置出资商户作为分账接受方,最多可有50个分账接收方
|
||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
|
@SpecEncrypt
|
||||||
@SerializedName("receivers")
|
@SerializedName("receivers")
|
||||||
private List<ProfitSharingReceiver> receivers;
|
private List<ProfitSharingReceiver> receivers;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user