1
This commit is contained in:
@@ -20,7 +20,9 @@ func (c *MtwmController) onCallbackMsg(msgType string) {
|
|||||||
callbackResponse = mtwmapi.Err2CallbackResponse(nil, "")
|
callbackResponse = mtwmapi.Err2CallbackResponse(nil, "")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
c.Data["json"] = callbackResponse
|
c.Data["json"] = mtwmapi.Err2CallbackResponse(nil, "")
|
||||||
|
|
||||||
|
//c.Data["json"] = callbackResponse
|
||||||
c.ServeJSON()
|
c.ServeJSON()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user