From a505368fc34865c71b967ae00176eb5429fb1750 Mon Sep 17 00:00:00 2001 From: hellcat Date: Tue, 28 Jul 2026 18:27:19 +0800 Subject: [PATCH] no message --- app/Http/Controllers/Api/v1/ArticlesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Api/v1/ArticlesController.php b/app/Http/Controllers/Api/v1/ArticlesController.php index c42cc64e..d177d21b 100755 --- a/app/Http/Controllers/Api/v1/ArticlesController.php +++ b/app/Http/Controllers/Api/v1/ArticlesController.php @@ -171,7 +171,7 @@ public function receiveFreenode(Request $oRequest) $aArticleTags = $aArticle["tags"]; $sSlug = 'fn'.date("Ymd"); // $sImgAuthor = "tg_xiuren_a"; - $sSubKey = '['.$_ENV['site_code_short'].'::fn]'; + $sSubKey = '[sk::'.$_ENV['site_code_short'].'::fn]'; $i7like = $aArticle["7like"]; $oThumbNum = ArticleFreenodeThumbNum::firstOrCreate(["author_code" => $sSubKey]);