From 222c23cf0e3ea60e44c8b101aae3b26c287dfb82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=95=87=E6=B6=9B?= Date: Thu, 9 May 2024 00:29:57 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20#3258=E3=80=90=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E3=80=91=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E9=87=91=E9=A2=9D=E5=AD=97=E6=AE=B5=E6=95=B4=E6=95=B0=E6=BA=A2?= =?UTF-8?q?=E5=87=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wxpay/bean/marketing/FavorCouponsGetResult.java | 4 ++-- .../wxpay/bean/marketing/FavorCouponsUseResult.java | 10 +++++----- .../wxpay/bean/marketing/FavorStocksQueryResult.java | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/FavorCouponsGetResult.java b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/FavorCouponsGetResult.java index ff4be1207..f8f342de1 100644 --- a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/FavorCouponsGetResult.java +++ b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/FavorCouponsGetResult.java @@ -171,7 +171,7 @@ public class FavorCouponsGetResult implements Serializable { * 示例值:100 */ @SerializedName(value = "single_price_max") - private Integer singlePriceMax; + private Long singlePriceMax; /** * 减至后的优惠单价 @@ -180,7 +180,7 @@ public class FavorCouponsGetResult implements Serializable { * 示例值:100 */ @SerializedName(value = "cut_to_price") - private Integer cutToPrice; + private Long cutToPrice; } @Data diff --git a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/FavorCouponsUseResult.java b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/FavorCouponsUseResult.java index 3f7ff45a8..8c1e6d8fd 100644 --- a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/FavorCouponsUseResult.java +++ b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/FavorCouponsUseResult.java @@ -179,7 +179,7 @@ public class FavorCouponsUseResult implements Serializable { * 示例值:100 */ @SerializedName(value = "single_price_max") - private Integer singlePriceMax; + private Long singlePriceMax; } @Data @@ -194,7 +194,7 @@ public class FavorCouponsUseResult implements Serializable { * 示例值:100 */ @SerializedName(value = "cut_to_price") - private Integer cutToPrice; + private Long cutToPrice; /** * 最高价格 @@ -203,7 +203,7 @@ public class FavorCouponsUseResult implements Serializable { * 示例值:20 */ @SerializedName(value = "max_price") - private Integer maxPrice; + private Long maxPrice; } @Data @@ -218,7 +218,7 @@ public class FavorCouponsUseResult implements Serializable { * 示例值:100 */ @SerializedName(value = "coupon_amount") - private Integer couponAmount; + private Long couponAmount; /** * 门槛 @@ -227,7 +227,7 @@ public class FavorCouponsUseResult implements Serializable { * 示例值:100 */ @SerializedName(value = "transaction_minimum") - private Integer transactionMinimum; + private Long transactionMinimum; } @Data diff --git a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/FavorStocksQueryResult.java b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/FavorStocksQueryResult.java index 358d782ad..695cc96ef 100644 --- a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/FavorStocksQueryResult.java +++ b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/FavorStocksQueryResult.java @@ -25,7 +25,7 @@ public class FavorStocksQueryResult implements Serializable { * 示例值:10 */ @SerializedName("total_count") - private Integer totalCount; + private Long totalCount; /** * 批次详情