1
This commit is contained in:
@@ -17,9 +17,9 @@ type PublicOrderCallback struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type OrderCallback struct {
|
type OrderCallback struct {
|
||||||
Tag string `json:"tag"` // 消息种类,订单创建消息的tag值为"100"
|
Tag string `json:"tag"` // 消息种类,订单创建消息的tag值为"100"
|
||||||
MsgId string `json:"msgId"` //消息记录id
|
MsgId string `json:"msg_id"` //消息记录id
|
||||||
Data interface{} `json:"data"` // 消息正文
|
Data interface{} `json:"data"` // 消息正文
|
||||||
FormData url.Values
|
FormData url.Values
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user