mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 10:52:33 +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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
content["content"] = req.Content
|
content["content"] = str
|
||||||
input := &apistruct.SendMsgReq{
|
input := &apistruct.SendMsgReq{
|
||||||
RecvID: req.SendID,
|
RecvID: req.SendID,
|
||||||
SendMsg: apistruct.SendMsg{
|
SendMsg: apistruct.SendMsg{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user