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;
|
$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;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user