From 1f86a31ec90684b12e6f36ef8a2ba2930bcab911 Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Tue, 13 Aug 2024 21:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=8E=E6=B5=B7=E5=A4=96=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E5=A4=B1=E6=95=88=E9=97=AE=E9=A2=98=EF=BC=8C=E6=84=9F=E8=B0=A2?= =?UTF-8?q?=E7=BE=A4=E5=8F=8B=20@Yvan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index a54801d..48184d8 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -2061,7 +2061,7 @@ export class tools extends plugin { return true; } // 如果有就取出来 - return (await redis.get(REDIS_YUNZAI_ISOVERSEA)).os; + return (await redisGetKey(REDIS_YUNZAI_ISOVERSEA)).os; } /**