no message

This commit is contained in:
hellcat 2025-12-18 17:31:34 +08:00
parent ab8c0456aa
commit 4d52862005

View File

@ -146,7 +146,7 @@ final class FreenodeCrawl
public static function run()
{
echo "\nCrawlFreenode::caseA - 开始\n";
echo "\nCrawlFreenode::run - 开始\n";
$aFromList = ModelCrawlFreenode::where("status", 1)->get()->toArray();
@ -157,6 +157,9 @@ final class FreenodeCrawl
$sMethod = "getFile__".$aFrom["group"];
$aFileList = self::$sMethod($aFrom); // 没有就返回空数组所以不用判断直接foreach
$sMsg = " - CrawlFreenode爬from返回空 -> ".json_encode($aFrom)." \n";
TeleSlave::log()->send($sMsg);
foreach ($aFileList as $sFileRow) {
$sType = $sFileRow["type"];