Skip to content

Commit 71bf3a5

Browse files
authored
🎨 binarywang#3106 【微信支付】退款结果通知里退款金额等字段类型修复
1 parent b373eda commit 71bf3a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/ecommerce/RefundNotifyResult.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public static class Amount implements Serializable {
199199
* </pre>
200200
*/
201201
@SerializedName(value = "refund")
202-
private String refund;
202+
private Integer refund;
203203

204204
/**
205205
* <pre>
@@ -227,7 +227,7 @@ public static class Amount implements Serializable {
227227
* </pre>
228228
*/
229229
@SerializedName(value = "payer_refund")
230-
private String payerRefund;
230+
private Integer payerRefund;
231231
}
232232

233233
}

0 commit comments

Comments
 (0)