This commit is contained in:
gazebo
2019-06-05 22:45:10 +08:00
parent 73991974cc
commit 7c4b23b7de
2 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ func (c *DjswController) orderStatus(isCancelOrder bool) {
} else {
obj, callbackResponse = api.JdAPI.GetOrderCallbackMsg(getUsefulRequest(c.Ctx))
}
globals.SugarLogger.Debug(utils.Format4Output(obj, false))
globals.SugarLogger.Debug(utils.Format4Output(obj, true))
if callbackResponse == nil {
callbackResponse = jd.OnOrderMsg(obj)
}