This commit is contained in:
邹宗楠
2022-01-18 14:18:07 +08:00
parent d074d657da
commit 3433484880
2 changed files with 4 additions and 12 deletions

View File

@@ -144,7 +144,7 @@ type CallbackWaybillStatusMsg struct {
SubState string `json:"subState"`
Name string `json:"name"`
Phone string `json:"phone"`
UpdateAt int64 `json:"updateAt"` // 毫秒
UpdateAt int64 `json:"updateAt"` // 毫秒123
MsgType int `json:"-"` // 用于传递msg type不是真正消息的一部分
}