aa
This commit is contained in:
@@ -40,7 +40,7 @@ func (c *DjswController) orderStatus() {
|
||||
globals.SugarLogger.Debugf("jd deliverOrder 1")
|
||||
callbackResponse := c.handleMsg(func(a *jdapi.API, obj interface{}) (callbackResponse *jdapi.CallbackResponse) {
|
||||
globals.SugarLogger.Debugf("jd deliverOrder 2", utils.Format4Output(callbackResponse, false))
|
||||
callbackResponse = jd.OnOrderMsg(obj.(*jdapi.CallbackOrderMsg))
|
||||
callbackResponse = jd.OnOrderMsg(obj.(*jdapi.CallbackOrderMsg), a)
|
||||
globals.SugarLogger.Debugf("jd deliverOrder 3", utils.Format4Output(callbackResponse, false))
|
||||
return callbackResponse
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user