From 036c2952e6809f84231e6b6f653700beb1a805ec Mon Sep 17 00:00:00 2001 From: hellcat Date: Tue, 28 Jul 2026 20:28:01 +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 d177d21b..817f2b0d 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 = '[sk::'.$_ENV['site_code_short'].'::fn]'; + $sSubKey = $_ENV['site_code_short'].'::fn'; $i7like = $aArticle["7like"]; $oThumbNum = ArticleFreenodeThumbNum::firstOrCreate(["author_code" => $sSubKey]);