From a332beef61a3b8edaff7657716e08cd1c43b97ae Mon Sep 17 00:00:00 2001 From: hellcat Date: Sun, 29 Mar 2026 15:28:08 +0800 Subject: [PATCH] no message --- app/Services/Tg/Hook/Mod/Articles.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/Tg/Hook/Mod/Articles.php b/app/Services/Tg/Hook/Mod/Articles.php index db493cf7..b3c1b498 100755 --- a/app/Services/Tg/Hook/Mod/Articles.php +++ b/app/Services/Tg/Hook/Mod/Articles.php @@ -16,6 +16,7 @@ public function __construct($aUpdate = []) $this->oDog = new Dog(new ModelArticles()); // $this->oDog->_setPrimaryKey("k"); // 可选,默认id $this->oDog->_setDogName("articles"); // 必须 + $this->oDog->_setStrField(["sContent"]); } public function __call($sName, $aArg)