1111
This commit is contained in:
parent
a1d4a5ebc2
commit
5514a47ffb
@ -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 = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user