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