🎨 #3045 【微信支付】修复分账接收方列表”姓名“字段加密功能

This commit is contained in:
LinZhaoguan 2023-06-16 16:26:06 +08:00 committed by Binary Wang
parent 21a95e15df
commit 85cc1e3937

View File

@ -1,5 +1,6 @@
package com.github.binarywang.wxpay.bean.profitsharingV3;
import com.github.binarywang.wxpay.v3.SpecEncrypt;
import com.google.gson.annotations.SerializedName;
import lombok.AllArgsConstructor;
import lombok.Builder;
@ -70,6 +71,7 @@ public class ProfitSharingRequest implements Serializable {
* 描述分账接收方列表可以设置出资商户作为分账接受方最多可有50个分账接收方
* </pre>
*/
@SpecEncrypt
@SerializedName("receivers")
private List<ProfitSharingReceiver> receivers;