We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a95e1 commit 85cc1e3Copy full SHA for 85cc1e3
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharingV3/ProfitSharingRequest.java
@@ -1,5 +1,6 @@
1
package com.github.binarywang.wxpay.bean.profitsharingV3;
2
3
+import com.github.binarywang.wxpay.v3.SpecEncrypt;
4
import com.google.gson.annotations.SerializedName;
5
import lombok.AllArgsConstructor;
6
import lombok.Builder;
@@ -70,6 +71,7 @@ public class ProfitSharingRequest implements Serializable {
70
71
* 描述:分账接收方列表,可以设置出资商户作为分账接受方,最多可有50个分账接收方
72
* </pre>
73
*/
74
+ @SpecEncrypt
75
@SerializedName("receivers")
76
private List<ProfitSharingReceiver> receivers;
77
0 commit comments