Skip to content

Commit e7d3a12

Browse files
binarywangCopilot
andauthored
Update weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/xpay/WxMaXPayQueryOrderResponse.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c1eacb2 commit e7d3a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/xpay/WxMaXPayQueryOrderResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ public static class OrderInfo {
7070
@SerializedName("sett_state")
7171
private Integer settState; //结算状态 0-未开始结算 1-结算中 2-结算成功 3-待结算(与0相同)
7272
@SerializedName("platform_fee_fen")
73-
private Integer platformFeeFen; //虚拟支付技术服务费,单位为分;sett_state = 2时返回
73+
private Long platformFeeFen; //虚拟支付技术服务费,单位为分;sett_state = 2时返回
7474
@SerializedName("cps_fee_fen")
75-
private Integer cpsFeeFen; //公众号、视频号平台的cps服务费,单位为分;sett_state = 2时返回
75+
private Long cpsFeeFen; //公众号、视频号平台的cps服务费,单位为分;sett_state = 2时返回
7676

7777
}
7878
}

0 commit comments

Comments
 (0)