no message

This commit is contained in:
hellcat 2025-11-28 15:14:11 +08:00
parent a004ddc135
commit d6c238e5d4

View File

@ -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;