1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user