fix: fix the errlr

This commit is contained in:
luhaoling 2024-01-16 19:08:29 +08:00
parent 4b61a3103d
commit dc05a8294e

View File

@ -463,7 +463,7 @@ func (m *MessageApi) CallbackExample(c *gin.Context) {
content := make(map[string]any, 1)
str := ""
json.Unmarshal([]byte(req.Content), &str)
content["content"] = str
content["content"] = req.Content
input := &apistruct.SendMsgReq{
RecvID: req.SendID,
SendMsg: apistruct.SendMsg{