This commit is contained in:
邹宗楠
2022-10-12 18:03:11 +08:00
parent 21d7a22b33
commit df7ab546bf

View File

@@ -17,9 +17,9 @@ type PublicOrderCallback struct {
}
type OrderCallback struct {
Tag string `json:"tag"` // 消息种类订单创建消息的tag值为"100"
MsgId string `json:"msgId"` //消息记录id
Data interface{} `json:"data"` // 消息正文
Tag string `json:"tag"` // 消息种类订单创建消息的tag值为"100"
MsgId string `json:"msg_id"` //消息记录id
Data interface{} `json:"data"` // 消息正文
FormData url.Values
}