fix: unmarshal the json

This commit is contained in:
luhaoling 2024-01-17 10:07:33 +08:00
parent bf26e92241
commit e0d09a143c

View File

@ -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{