Skip to content

Commit 4af70b2

Browse files
authored
🐛 #1861【微信支付】支付分后付费项目请求类的amount属性改为Integer,允许为空
1 parent e912587 commit 4af70b2

File tree

1 file changed

+1
-1
lines changed
  • weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/payscore

1 file changed

+1
-1
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/payscore/PostPayment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class PostPayment implements Serializable {
2626
@SerializedName("name")
2727
private String name;
2828
@SerializedName("amount")
29-
private int amount;
29+
private Integer amount;
3030
@SerializedName("description")
3131
private String description;
3232
@SerializedName("count")

0 commit comments

Comments
 (0)