info
This commit is contained in:
parent
9a4899558e
commit
b6e994844e
|
@ -251,6 +251,7 @@ func GetMapValueByKey(info map[string]interface{}, keys []string) (interface{},
|
|||
if curMap, ok := cur.(map[string]interface{}); ok {
|
||||
info = curMap
|
||||
} else {
|
||||
logx.Error(cur)
|
||||
return cur, nil
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user