mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 13:14:55 +08:00
fix: 修复低级错误
This commit is contained in:
@@ -4,7 +4,7 @@ const axios = require("axios");
|
|||||||
const { get, set, del } = require("../utils/cacheData");
|
const { get, set, del } = require("../utils/cacheData");
|
||||||
|
|
||||||
// 缓存键名
|
// 缓存键名
|
||||||
const cacheKey = "krData";
|
const cacheKey = "sspaiData";
|
||||||
|
|
||||||
// 调用时间
|
// 调用时间
|
||||||
let updateTime = new Date().toISOString();
|
let updateTime = new Date().toISOString();
|
||||||
|
|||||||
Reference in New Issue
Block a user