1
This commit is contained in:
@@ -512,6 +512,7 @@ func OnWaybillExceptSF(msg *sfps2.RiderException) (retVal *sfps2.CallbackRespons
|
|||||||
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))
|
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:
|
||||||
retVal := msg.(sfps2.RiderStatus)
|
retVal := msg.(sfps2.RiderStatus)
|
||||||
|
|||||||
Reference in New Issue
Block a user