From 1a4fa5c51bf36c168f99007a491706f77f49ce7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=81=B0=E7=81=B0?= Date: Tue, 7 Jun 2022 19:33:48 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=89=8B=E5=8A=A8redis=E5=9F=BA=E7=B1=BB=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E4=B8=AD=E6=9F=A5=E8=AF=A2=E6=96=B9=E6=B3=95=E7=9A=84?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Caching/Manual/RedisCacheManager.cs | 2 +- CoreCms.Net.Web.WebApi/Doc.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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信息 + + + + 注销登录