This commit is contained in:
richboo111
2023-05-12 15:47:50 +08:00
parent fdef98fb4b
commit 59d62adb3f
3 changed files with 55 additions and 53 deletions

View File

@@ -82,13 +82,8 @@ type commonConf struct {
// SendData 客户端写入参数
type SendData struct {
//ClientId string `json:"clientId" validate:"required"` //链接ID
VendorID int `json:"vendorID"` //消息来源平台ID 10-美团 11-饿了么
VendorID int `json:"vendorID"` //消息来源平台ID 1-美团 3-饿了么
Data interface{} `json:"data"` //发送给平台 美团/饿了么消息结构体
//返回值
//Code int `json:"code"`
//Msg string `json:"msg"`
//SendUserId string `json:"sendUserId"`
}
// JXMsg 京西消息结构体