put client msg id to offline callback

This commit is contained in:
Gordon
2022-09-09 10:58:38 +08:00
parent f3a9c47c2a
commit 07e1de2f62
3 changed files with 3 additions and 18 deletions
+1
View File
@@ -5,6 +5,7 @@ import commonPb "Open_IM/pkg/proto/sdk_ws"
type CallbackBeforePushReq struct {
UserStatusBatchCallbackReq
*commonPb.OfflinePushInfo
ClientMsgID string `json:"clientMsgID"`
SendID string `json:"sendID"`
GroupID string `json:"groupID"`
ContentType int32 `json:"contentType"`