no message
This commit is contained in:
parent
a004ddc135
commit
d6c238e5d4
@ -174,7 +174,7 @@ final class CacheTg
|
||||
}
|
||||
|
||||
$fileName = basename($filePath);
|
||||
$fileName = uniqid('ffq_tg-'.$k.':', true).$fileName; // 加前缀并提高熵值
|
||||
$fileName = uniqid('ffq_tg-'.$k.'-'.$fileName.'-'.time().'-'); // 加前缀并提高熵值
|
||||
file_put_contents($savePath . $fileName, $imageData);
|
||||
|
||||
$sSavePath = $_ENV["APP_URL"].'/'.$savePath.$fileName;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user