mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
fix: fix the import pkg error
This commit is contained in:
parent
a79e8686bf
commit
f814430be6
@ -33,7 +33,6 @@ import (
|
||||
"github.com/openimsdk/open-im-server/v3/pkg/callbackstruct"
|
||||
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
|
||||
http2 "github.com/openimsdk/open-im-server/v3/pkg/common/http"
|
||||
pbmsg "github.com/openimsdk/open-im-server/v3/tools/data-conversion/openim/proto/msg"
|
||||
"net/http"
|
||||
"reflect"
|
||||
"strings"
|
||||
@ -508,7 +507,7 @@ func (m *MessageApi) CallbackExample(c *gin.Context) {
|
||||
ErrCode int `json:"errCode"`
|
||||
ErrMsg string `json:"errMsg"`
|
||||
ErrDlt string `json:"errDlt"`
|
||||
Data pbmsg.SendMsgResp `json:"data,omitempty"`
|
||||
Data msg.SendMsgResp `json:"data,omitempty"`
|
||||
}
|
||||
|
||||
output := &sendResp{}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user