This commit is contained in:
richboo111
2023-09-08 17:27:54 +08:00
parent cf61f8ff9a
commit 91598cf420

View File

@@ -512,6 +512,7 @@ func OnWaybillExceptSF(msg *sfps2.RiderException) (retVal *sfps2.CallbackRespons
func GetWaybillByStatus(urlIndex string, msg interface{}) *model.Waybill {
globals.SugarLogger.Debugf("GetWaybillByStatus msg=%s", utils.Format4Output(msg, false))
waybill := &model.Waybill{}
switch urlIndex {
case sfps2.UrlIndexRiderStatus:
retVal := msg.(sfps2.RiderStatus)