From 7af433ceca71d69b6defd8ff0f56228d4c24c73a Mon Sep 17 00:00:00 2001 From: zhuzhuodong Date: Fri, 5 Dec 2025 12:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E8=B4=A6=E6=8E=A5=E5=8F=A3=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0amount=E3=80=81description=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProfitSharingReceiverV3Request.java | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/request/ProfitSharingReceiverV3Request.java b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/request/ProfitSharingReceiverV3Request.java index 98e99b3e2c..b0b77b425e 100644 --- a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/request/ProfitSharingReceiverV3Request.java +++ b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/request/ProfitSharingReceiverV3Request.java @@ -2,6 +2,7 @@ import com.github.binarywang.wxpay.v3.SpecEncrypt; import com.google.gson.annotations.SerializedName; + import lombok.*; import java.io.Serializable; @@ -17,6 +18,7 @@ @NoArgsConstructor @AllArgsConstructor public class ProfitSharingReceiverV3Request implements Serializable { + private static final long serialVersionUID = 1L; /** *
@@ -88,6 +90,26 @@ public class ProfitSharingReceiverV3Request implements Serializable {
   @SpecEncrypt
   private String name;
 
+  /**
+   * 
+   * 字段名:分账金额
+   * 是否必填:是
+   * 描述:分账金额,单位为分,只能为整数,不能超过原订单支付金额及最大分账比例金额。调整最大分账比例:特约商户登录商户平台,进入以下页面:产品中心-授权的产品-分账授权
+   * 
+ */ + @SerializedName("amount") + private Integer amount; + + /** + *
+   * 字段名:分账描述
+   * 是否必填:是
+   * 描述:分账的原因描述,会在查询分账结果接口和分账账单中原样返回
+   * 
+ */ + @SerializedName("description") + private String description; + /** *
    * 字段名:与分账方的关系类型