This commit is contained in:
邹宗楠
2022-03-05 16:34:10 +08:00
parent 3e72048bcf
commit 31545dde2e
3 changed files with 6 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ func (c *OrderController) ConfirmSelfTake() {
// @router /QueryOrderWaybillFeeInfo [get]
func (c *OrderController) QueryOrderWaybillFeeInfo() {
c.callQueryOrderWaybillFeeInfo(func(params *tOrderQueryOrderWaybillFeeInfoParams) (retVal interface{}, errCode string, err error) {
globals.SugarLogger.Warnf("开始三方运单")
globals.SugarLogger.Info("开始三方运单")
retVal, err = defsch.FixedScheduler.QueryOrderWaybillFeeInfoEx(params.Ctx, params.VendorOrderID, params.VendorID)
return retVal, "", err
})