fix: fix the map

This commit is contained in:
luhaoling 2024-01-16 18:25:48 +08:00
parent c3876b5bd2
commit b424020e30

View File

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