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