mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
fix: fix the error
This commit is contained in:
parent
dc05a8294e
commit
63e1afff74
@ -461,8 +461,6 @@ func (m *MessageApi) CallbackExample(c *gin.Context) {
|
||||
}
|
||||
|
||||
content := make(map[string]any, 1)
|
||||
str := ""
|
||||
json.Unmarshal([]byte(req.Content), &str)
|
||||
content["content"] = req.Content
|
||||
input := &apistruct.SendMsgReq{
|
||||
RecvID: req.SendID,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user