- financial related msg
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user