imv2
This commit is contained in:
@@ -39,8 +39,8 @@ type ImCallbackMsg struct {
|
||||
AppID string `json:"app_id"`
|
||||
Sig string `json:"sig"`
|
||||
FormData url.Values
|
||||
BizType int `json:"biz_type"` //业务类型字段:1:单聊,2:群聊
|
||||
PushContent PushContentReq `json:"push_content"` //消息体详细内容
|
||||
BizType int `json:"biz_type"` //业务类型字段:1:单聊,2:群聊
|
||||
PushContent interface{} `json:"push_content"` //消息体详细内容
|
||||
}
|
||||
|
||||
// PushContentReq msgSend商家发送IM消息
|
||||
|
||||
Reference in New Issue
Block a user