This commit is contained in:
蒋小陌 2024-11-05 11:24:16 +08:00
parent a1d4a5ebc2
commit 5514a47ffb
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -136,7 +136,7 @@ const server = http.createServer(async (req, res) => {
// 增加请求次数 // 增加请求次数
viewsInfo.request++; viewsInfo.request++;
const uniqidhex = crypto.createHash('md5').update(reqPath + token).digest('hex'); const uniqidhex = crypto.createHash('md5').update(reqPath + token + sign).digest('hex');
let cacheMetaFile = ''; let cacheMetaFile = '';
let cacheContentFile = ''; let cacheContentFile = '';