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