1111
This commit is contained in:
@@ -136,7 +136,7 @@ const server = http.createServer(async (req, res) => {
|
||||
// 增加请求次数
|
||||
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 cacheContentFile = '';
|
||||
|
||||
Reference in New Issue
Block a user