diff --git a/CoreCms.Net.Caching/Manual/RedisCacheManager.cs b/CoreCms.Net.Caching/Manual/RedisCacheManager.cs
index 2ab7b3bc..37a203d1 100644
--- a/CoreCms.Net.Caching/Manual/RedisCacheManager.cs
+++ b/CoreCms.Net.Caching/Manual/RedisCacheManager.cs
@@ -200,7 +200,7 @@ namespace CoreCms.Net.Caching.Redis
{
foreach (var key in (RedisKey[])redisResult)
{
- list.Add(RedisConnection.GetDatabase().StringGet(key));
+ list.Add(key);
}
}
return list;
diff --git a/CoreCms.Net.Web.WebApi/Doc.xml b/CoreCms.Net.Web.WebApi/Doc.xml
index 3ebc48d5..951c9067 100644
--- a/CoreCms.Net.Web.WebApi/Doc.xml
+++ b/CoreCms.Net.Web.WebApi/Doc.xml
@@ -966,6 +966,13 @@
+
+
+ 根据三级联动名称获取城市id信息
+
+
+
+
注销登录