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 ff4be12071..f8f342de1c 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 static class CutToMessage implements Serializable { * 示例值:100 */ @SerializedName(value = "single_price_max") - private Integer singlePriceMax; + private Long singlePriceMax; /** * 减至后的优惠单价 @@ -180,7 +180,7 @@ public static class CutToMessage 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 3f7ff45a8c..8c1e6d8fd4 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 static class SingleitemDiscountOff implements Serializable { * 示例值:100 */ @SerializedName(value = "single_price_max") - private Integer singlePriceMax; + private Long singlePriceMax; } @Data @@ -194,7 +194,7 @@ public static class DiscountTo implements Serializable { * 示例值:100 */ @SerializedName(value = "cut_to_price") - private Integer cutToPrice; + private Long cutToPrice; /** * 最高价格 @@ -203,7 +203,7 @@ public static class DiscountTo implements Serializable { * 示例值:20 */ @SerializedName(value = "max_price") - private Integer maxPrice; + private Long maxPrice; } @Data @@ -218,7 +218,7 @@ public static class NormalCouponInformation implements Serializable { * 示例值:100 */ @SerializedName(value = "coupon_amount") - private Integer couponAmount; + private Long couponAmount; /** * 门槛 @@ -227,7 +227,7 @@ public static class NormalCouponInformation 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 358d782ad0..695cc96efc 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; /** * 批次详情