This commit is contained in:
邹宗楠
2023-10-17 19:16:30 +08:00
parent 3f0d210da5
commit 00aef48924

View File

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