Skip to content

Commit

Permalink
🎨 #3045 【微信支付】修复分账接收方列表”姓名“字段加密功能
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhaoguan authored and binarywang committed Jun 20, 2023
1 parent 21a95e1 commit 85cc1e3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -70,6 +71,7 @@ public class ProfitSharingRequest implements Serializable {
* 描述:分账接收方列表,可以设置出资商户作为分账接受方,最多可有50个分账接收方
* </pre>
*/
@SpecEncrypt
@SerializedName("receivers")
private List<ProfitSharingReceiver> receivers;

Expand Down

0 comments on commit 85cc1e3

Please sign in to comment.