mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 19:02:31 +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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
content := map[string]any{}
|
content := make(map[string]any, 1)
|
||||||
content["content"] = req.Content
|
content["content"] = req.Content
|
||||||
input := &apistruct.SendMsgReq{
|
input := &apistruct.SendMsgReq{
|
||||||
RecvID: req.SendID,
|
RecvID: req.SendID,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user