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 {
|
if curMap, ok := cur.(map[string]interface{}); ok {
|
||||||
info = curMap
|
info = curMap
|
||||||
} else {
|
} else {
|
||||||
|
logx.Error(cur)
|
||||||
return cur, nil
|
return cur, nil
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user