1
This commit is contained in:
@@ -29,8 +29,9 @@ var AppSecretByAppID = map[int]string{
|
||||
|
||||
// SendData 客户端写入参数
|
||||
type SendData struct {
|
||||
VendorID int `json:"vendorID"` //消息来源平台ID 1-美团 3-饿了么
|
||||
Data interface{} `json:"data"` //发送给平台 美团/饿了么消息结构体
|
||||
VendorID int `json:"vendorID"` // 消息来源平台ID 1-美团 3-饿了么
|
||||
StoreId int `json:"storeId"` // 门店ID
|
||||
Data interface{} `json:"data"` // 发送给平台 美团/饿了么消息结构体
|
||||
}
|
||||
|
||||
// JXMsg 京西消息结构体
|
||||
|
||||
Reference in New Issue
Block a user