Skip to content

Commit c1eacb2

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 8a50cbd commit c1eacb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static class OrderInfo {
6666
@SerializedName("wxpay_order_id")
6767
private String wxpayOrderId; //微信支付交易单号,为用户微信支付详情页面上的交易单号
6868
@SerializedName("sett_time")
69-
private Integer settTime; //结算时间的秒级时间戳,大于0表示结算成功
69+
private Long settTime; //结算时间的秒级时间戳,大于0表示结算成功
7070
@SerializedName("sett_state")
7171
private Integer settState; //结算状态 0-未开始结算 1-结算中 2-结算成功 3-待结算(与0相同)
7272
@SerializedName("platform_fee_fen")

0 commit comments

Comments
 (0)