- financial related msg

This commit is contained in:
gazebo
2019-03-15 16:51:09 +08:00
parent d0ea300330
commit 8346f30b86
7 changed files with 38 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ func (c *EbaiController) Msg() {
if callbackResponse == nil {
callbackResponse = ebai.OnCallbackMsg(obj)
}
if callbackResponse == nil {
callbackResponse = api.EbaiAPI.Err2CallbackResponse(obj.Cmd, nil, nil)
}
c.Data["json"] = callbackResponse
c.ServeJSON()
} else {