- store and product api for jd and elm added.
This commit is contained in:
@@ -133,7 +133,7 @@ type CallbackOrderUrgeMsg struct {
|
||||
OrderID string `json:"orderId"`
|
||||
ShopID int `json:"shopId"`
|
||||
RemindID int `json:"remindId"`
|
||||
UserID int `json:"userId"`
|
||||
UserID int64 `json:"userId"`
|
||||
UpdateTime int64 `json:"updateTime"` // 秒
|
||||
MsgType int `json:"-"` // 用于传递msg type,不是真正消息的一部分
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user