This commit is contained in:
邹宗楠
2024-11-15 10:20:41 +08:00
parent 525dd3e880
commit de879b9392

View File

@@ -25,8 +25,7 @@ func (c *MtwmController) onCallbackMsg(msgType string) {
} }
} }
c.Data["json"] = mtwmapi.Err2CallbackResponse(nil, "") c.Data["json"] = callbackResponse
//c.Data["json"] = callbackResponse
c.ServeJSON() c.ServeJSON()
} }