From 5a99e5279637c33dfbd77dde9ab538dcb7971860 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 21 Feb 2020 10:57:05 +0800 Subject: [PATCH] up --- controllers/dada_order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/dada_order.go b/controllers/dada_order.go index 290e91d62..afc6adade 100644 --- a/controllers/dada_order.go +++ b/controllers/dada_order.go @@ -36,6 +36,7 @@ func (c *DadaDeliveryController) Msg() { func (c *DadaDeliveryController) Notify() { if c.Ctx.Input.Method() == http.MethodPost { obj, notifyResponse := api.DadaAPI.GetNotifyMsg(c.Ctx.Input.RequestBody) + globals.SugarLogger.Debugf("dada notify, obj:%s", utils.Format4Output(obj, false)) if notifyResponse == nil { err := api.DadaAPI.ConfirmRidderCancel(obj.MessageObj.OrderID, obj.MessageObj.DadaOrderID, true) globals.SugarLogger.Debugf("dada notify, obj:%s, err:%v", utils.Format4Output(obj, false), err)