solve error

This commit is contained in:
withchao 2023-03-03 19:51:03 +08:00
parent 080dfa5563
commit db89a13f65
2 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,6 @@
package api package api
import ( import (
"OpenIM/internal/api/manage"
"OpenIM/internal/api/msg"
"OpenIM/pkg/common/config" "OpenIM/pkg/common/config"
"OpenIM/pkg/common/log" "OpenIM/pkg/common/log"
"OpenIM/pkg/common/middleware" "OpenIM/pkg/common/middleware"

View File

@ -103,11 +103,11 @@ type CallbackDeleteMessageReactionExtResp struct {
type CallbackGetMessageListReactionExtReq struct { type CallbackGetMessageListReactionExtReq struct {
OperationID string `json:"operationID"` OperationID string `json:"operationID"`
CallbackCommand `json:"callbackCommand"` CallbackCommand `json:"callbackCommand"`
SourceID string `json:"sourceID"` SourceID string `json:"sourceID"`
OpUserID string `json:"opUserID"` OpUserID string `json:"opUserID"`
SessionType int32 `json:"sessionType"` SessionType int32 `json:"sessionType"`
TypeKeyList []string `json:"typeKeyList"` TypeKeyList []string `json:"typeKeyList"`
MessageKeyList []*msg.GetMessageListReactionExtensionsReq_MessageReactionKey `json:"messageKeyList"` //MessageKeyList []*msg.GetMessageListReactionExtensionsReq_MessageReactionKey `json:"messageKeyList"`
} }
type CallbackGetMessageListReactionExtResp struct { type CallbackGetMessageListReactionExtResp struct {