This commit is contained in:
richboo111
2024-01-10 09:59:14 +08:00
parent b35d5029dc
commit d3f7a10569

View File

@@ -635,6 +635,8 @@ func getWaybillByStatus(urlIndex string, msg interface{}) (waybill *model.Waybil
//转换原始数据 转发果园
func changeToRaw(urlIndex string, msg interface{}) (retVal map[string]interface{}) {
retVal = make(map[string]interface{})
globals.SugarLogger.Debugf("changeToRaw urlIndex=%s, msg=%s", urlIndex, utils.Format4Output(msg, false))
switch urlIndex {
case sfps2.UrlIndexRiderStatus:
temp := msg.(sfps2.RiderStatus)