This commit is contained in:
richboo111
2023-09-25 15:08:47 +08:00
parent 30cf99eec3
commit 446b412c56
4 changed files with 49 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ type JXMsg struct {
type UserMessageList struct {
VendorID int `json:"vendorID"` //平台品牌 1-美团 3-饿了么
UserID string `json:"userID"` //用户ID
OrderID string `json:"orderID"` //已下单才有
NewMessageNum int `json:"NewMessageNum"` //新消息数量
LatestMsg string `json:"latestMsg"` //最新一条消息
LatestTime int `json:"latestTime"` //最新一条消息发送时间