From 15fe90a7a2b442ad5ffee7ea22b29264f8a4dbe2 Mon Sep 17 00:00:00 2001 From: imsyy Date: Sat, 17 Jun 2023 09:43:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BD=8E=E7=BA=A7?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/sspai.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/sspai.js b/routes/sspai.js index 74f0944..7fcdb51 100644 --- a/routes/sspai.js +++ b/routes/sspai.js @@ -4,7 +4,7 @@ const axios = require("axios"); const { get, set, del } = require("../utils/cacheData"); // 缓存键名 -const cacheKey = "krData"; +const cacheKey = "sspaiData"; // 调用时间 let updateTime = new Date().toISOString();