fix: fix the map

pull/1783/head
luhaoling 2 years ago
parent c3876b5bd2
commit b424020e30

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

Loading…
Cancel
Save