This commit is contained in:
邹宗楠
2023-02-14 15:54:46 +08:00
2 changed files with 8 additions and 1 deletions

View File

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