This commit is contained in:
richboo111
2023-06-16 17:34:16 +08:00
parent f9937c22f8
commit 14fdcb1e1b
3 changed files with 21 additions and 187 deletions

View File

@@ -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消息