1
This commit is contained in:
@@ -6,7 +6,6 @@ import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/dadaapi"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/business/partner/delivery/dada"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"git.rosy.net.cn/jx-callback/globals/api"
|
||||
"github.com/astaxie/beego/server/web"
|
||||
)
|
||||
@@ -41,7 +40,6 @@ func (c *DadaDeliveryController) Notify() {
|
||||
if err != nil {
|
||||
notifyResponse = dadaapi.FailedNotifyResponse
|
||||
}
|
||||
globals.SugarLogger.Debugf("dada notify, obj:%s, err:%v", utils.Format4Output(obj, false), err)
|
||||
}
|
||||
if notifyResponse == nil {
|
||||
notifyResponse = dadaapi.SuccessNotifyResponse
|
||||
|
||||
Reference in New Issue
Block a user