1
0
mirror of synced 2025-12-16 03:57:56 +08:00

🐛 #1861【微信支付】支付分后付费项目请求类的amount属性改为Integer,允许为空

This commit is contained in:
winter
2020-11-10 16:27:43 +08:00
committed by GitHub
parent e9125872d1
commit 4af70b2c7c

View File

@@ -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")