From 03d828c9f57fd4c509b55e86b335e29792c81394 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Mon, 7 Jul 2025 12:37:45 +0800 Subject: [PATCH] no message --- app/Services/TG/Hook/Mod/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/TG/Hook/Mod/Article.php b/app/Services/TG/Hook/Mod/Article.php index 17ff140..4eb60be 100644 --- a/app/Services/TG/Hook/Mod/Article.php +++ b/app/Services/TG/Hook/Mod/Article.php @@ -134,7 +134,7 @@ class Article extends Base { $sJson = $aParam["aArg"] ?? false; if (empty($aParam["aOption"]) && empty($aParam["aArg"])) { - return "json__id? json | 有id为set,无id为add"; + return "/article#json__id? | 有id为set,无id为add"; }