no message

This commit is contained in:
hellcat 2025-11-28 15:26:22 +08:00
parent 0691292a47
commit ac09ce1481

View File

@ -174,7 +174,7 @@ final class CacheTg
}
$fileName = basename($filePath);
$fileName = uniqid('ffq_tg-'.$k.'-'.$fileName.'-'.time().'-'); // 加前缀并提高熵值
$fileName = uniqid('ffq_tg-'.$k.'-'.time().'-').$fileName; // 加前缀并提高熵值
file_put_contents($savePath . $fileName, $imageData);
$sSavePath = $_ENV["APP_URL"].'/'.$savePath.$fileName;