no message
This commit is contained in:
parent
6624527dcd
commit
d8aa76e7ad
@ -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}";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user