Skip to content

Commit 85cc1e3

Browse files
Quinceeeybinarywang
authored andcommitted
🎨 #3045 【微信支付】修复分账接收方列表”姓名“字段加密功能
1 parent 21a95e1 commit 85cc1e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharingV3/ProfitSharingRequest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.github.binarywang.wxpay.bean.profitsharingV3;
22

3+
import com.github.binarywang.wxpay.v3.SpecEncrypt;
34
import com.google.gson.annotations.SerializedName;
45
import lombok.AllArgsConstructor;
56
import lombok.Builder;
@@ -70,6 +71,7 @@ public class ProfitSharingRequest implements Serializable {
7071
* 描述:分账接收方列表,可以设置出资商户作为分账接受方,最多可有50个分账接收方
7172
* </pre>
7273
*/
74+
@SpecEncrypt
7375
@SerializedName("receivers")
7476
private List<ProfitSharingReceiver> receivers;
7577

0 commit comments

Comments
 (0)