This commit is contained in:
eson 2023-09-22 13:21:06 +08:00
parent 9a4899558e
commit b6e994844e

View File

@ -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 {