no message

This commit is contained in:
hellcat 2026-05-15 13:22:53 +08:00
parent 637fc27f1c
commit 5f6106f42a

View File

@ -67,15 +67,15 @@ public function filePut(Request $oRequest)
$sFileUrl = config("app.url")."/".$sFilePathFull; $sFileUrl = config("app.url")."/".$sFilePathFull;
if (config("app.is_loc") == false) { if (config("app.is_loc") == false) {
$oFlow = TeleSlave::log() TeleSlave::log()
->enableDetail(false) ->enableDetail(false)
->setFileUrl($sFileUrl, "更新ok的".config("app.site_code_short")."{$sSubSiteCodeShort}{$sClient}的长{$xSaveLenth}") ->setFileUrl($sFileUrl, "更新ok的".config("app.site_code_short")."{$sSubSiteCodeShort}{$sClient}的长{$xSaveLenth}")
->send(); ->send();
if ($oFlow->isFail()) { // if ($oFlow->isFail()) {
var_dump($oFlow->getResult()); // var_dump($oFlow->getResult());
exit; // exit;
} // }
} }
} }