no message
This commit is contained in:
parent
637fc27f1c
commit
5f6106f42a
@ -67,15 +67,15 @@ public function filePut(Request $oRequest)
|
||||
$sFileUrl = config("app.url")."/".$sFilePathFull;
|
||||
|
||||
if (config("app.is_loc") == false) {
|
||||
$oFlow = TeleSlave::log()
|
||||
TeleSlave::log()
|
||||
->enableDetail(false)
|
||||
->setFileUrl($sFileUrl, "更新ok的".config("app.site_code_short")."的{$sSubSiteCodeShort}的{$sClient}的长{$xSaveLenth}")
|
||||
->send();
|
||||
|
||||
if ($oFlow->isFail()) {
|
||||
var_dump($oFlow->getResult());
|
||||
exit;
|
||||
}
|
||||
// if ($oFlow->isFail()) {
|
||||
// var_dump($oFlow->getResult());
|
||||
// exit;
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user