no message

This commit is contained in:
hellcat 2026-07-28 20:28:01 +08:00
parent a505368fc3
commit 036c2952e6

View File

@ -171,7 +171,7 @@ public function receiveFreenode(Request $oRequest)
$aArticleTags = $aArticle["tags"]; $aArticleTags = $aArticle["tags"];
$sSlug = 'fn'.date("Ymd"); $sSlug = 'fn'.date("Ymd");
// $sImgAuthor = "tg_xiuren_a"; // $sImgAuthor = "tg_xiuren_a";
$sSubKey = '[sk::'.$_ENV['site_code_short'].'::fn]'; $sSubKey = $_ENV['site_code_short'].'::fn';
$i7like = $aArticle["7like"]; $i7like = $aArticle["7like"];
$oThumbNum = ArticleFreenodeThumbNum::firstOrCreate(["author_code" => $sSubKey]); $oThumbNum = ArticleFreenodeThumbNum::firstOrCreate(["author_code" => $sSubKey]);