no message

This commit is contained in:
hellcat 2026-08-11 13:38:23 +08:00
parent 6624527dcd
commit d8aa76e7ad

View File

@ -29,6 +29,7 @@ public function filePut(Request $oRequest)
$sShortToken = Str::substr($sUniqueToken, 0, 16); $sShortToken = Str::substr($sUniqueToken, 0, 16);
$aResult = []; $aResult = [];
$sTgLog = "";
foreach ($aRaw as $sClient => $sContent) { foreach ($aRaw as $sClient => $sContent) {
if (!$sContent) { if (!$sContent) {
@ -66,7 +67,6 @@ public function filePut(Request $oRequest)
$sFileUrl = config("app.url")."/".$sFilePathFull; $sFileUrl = config("app.url")."/".$sFilePathFull;
$sTgLog = "";
if (config("app.is_loc") == false) { if (config("app.is_loc") == false) {
$sTgLog .= "\n"; $sTgLog .= "\n";
$sTgLog .= "更新ok的".config("app.site_code_short")."{$sSubSiteCodeShort}{$sClient}的长{$xSaveLenth}"; $sTgLog .= "更新ok的".config("app.site_code_short")."{$sSubSiteCodeShort}{$sClient}的长{$xSaveLenth}";