From 4af70b2c7c3d3e299cc134987543067096530e76 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 10 Nov 2020 16:27:43 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20#1861=E3=80=90=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E3=80=91=E6=94=AF=E4=BB=98=E5=88=86=E5=90=8E?= =?UTF-8?q?=E4=BB=98=E8=B4=B9=E9=A1=B9=E7=9B=AE=E8=AF=B7=E6=B1=82=E7=B1=BB?= =?UTF-8?q?=E7=9A=84amount=E5=B1=9E=E6=80=A7=E6=94=B9=E4=B8=BAInteger?= =?UTF-8?q?=EF=BC=8C=E5=85=81=E8=AE=B8=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/github/binarywang/wxpay/bean/payscore/PostPayment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/payscore/PostPayment.java b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/payscore/PostPayment.java index 3486c1401..e40960a05 100644 --- a/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/payscore/PostPayment.java +++ b/weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/payscore/PostPayment.java @@ -26,7 +26,7 @@ public class PostPayment implements Serializable { @SerializedName("name") private String name; @SerializedName("amount") - private int amount; + private Integer amount; @SerializedName("description") private String description; @SerializedName("count")