1
This commit is contained in:
@@ -510,6 +510,7 @@ func OnWaybillExceptSF(msg *sfps2.RiderException) (retVal *sfps2.CallbackRespons
|
|||||||
|
|
||||||
// GetWaybillByStatus 根据orderStatus 获取waybill结构
|
// GetWaybillByStatus 根据orderStatus 获取waybill结构
|
||||||
func GetWaybillByStatus(urlIndex string, msg interface{}) *model.Waybill {
|
func GetWaybillByStatus(urlIndex string, msg interface{}) *model.Waybill {
|
||||||
|
globals.SugarLogger.Debugf("GetWaybillByStatus msg=%s", utils.Format4Output(msg, false))
|
||||||
waybill := &model.Waybill{}
|
waybill := &model.Waybill{}
|
||||||
switch urlIndex {
|
switch urlIndex {
|
||||||
case sfps2.UrlIndexRiderStatus:
|
case sfps2.UrlIndexRiderStatus:
|
||||||
|
|||||||
Reference in New Issue
Block a user