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 e912587 commit 4af70b2Copy full SHA for 4af70b2
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/payscore/PostPayment.java
@@ -26,7 +26,7 @@ public class PostPayment implements Serializable {
26
@SerializedName("name")
27
private String name;
28
@SerializedName("amount")
29
- private int amount;
+ private Integer amount;
30
@SerializedName("description")
31
private String description;
32
@SerializedName("count")
0 commit comments