Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
修正 shippedTime 注释
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
buaazyl and Copilot authored Dec 9, 2025
commit 397c995d77fa9f5c8c3b80288242736687e7ab59
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public class WxMaMessage implements Serializable {
@XStreamAlias("msg")
private String msg;
/**
* 支付成功时间,秒级时间戳
* 发货时间,秒级时间戳
*/
@XStreamAlias("shipped_time")
private Long shippedTime;
Expand Down