1
This commit is contained in:
@@ -26,6 +26,7 @@ func (a *API) GetDispatcherInfo(storeID, shopOrderID int64, dispatcherType int32
|
||||
response, err := request.Execute(a.accessTokenObj)
|
||||
globals.SugarLogger.Debugf("运力呼叫询价/运力取消询价(正向)=========:%s", request.GetUrlPath())
|
||||
globals.SugarLogger.Debugf("运力呼叫询价/运力取消询价(正向):=%s", utils.Format4Output(response, false))
|
||||
globals.SugarLogger.Debugf("打印运力呼叫询价/运力取消询价(正向)参数 ====%v", utils.Format4Output(request.Param, false))
|
||||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
@@ -46,6 +47,7 @@ func (a *API) OrderDispatcher(storeID, shopOrderID int64, dispatcherType int32)
|
||||
response, err := request.Execute(a.accessTokenObj)
|
||||
globals.SugarLogger.Debugf("呼叫运力并发货/重新发货、取消运力=========:%s", request.GetUrlPath())
|
||||
globals.SugarLogger.Debugf("呼叫运力并发货/重新发货、取消运力:=%s", utils.Format4Output(response, false))
|
||||
globals.SugarLogger.Debugf("打印呼叫运力并发货/重新发货、取消运力参数 ====%v", utils.Format4Output(request.Param, false))
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
@@ -83,6 +85,7 @@ func (a *API) GetPlatformPickUpEstimatedCharge(afterSaleID int64, inquiryType in
|
||||
response, err := request.Execute(a.accessTokenObj)
|
||||
globals.SugarLogger.Debugf("运力呼叫询价/运力取消询价=========:%s", request.GetUrlPath())
|
||||
globals.SugarLogger.Debugf("运力呼叫询价/运力取消询价:=%s", utils.Format4Output(response, false))
|
||||
globals.SugarLogger.Debugf("打印运力呼叫询价/运力取消询价参数 ====%v", utils.Format4Output(request.Param, false))
|
||||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user