fix: unmarshal the json

pull/1783/head
luhaoling 2 years ago
parent bf26e92241
commit e0d09a143c

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

Loading…
Cancel
Save