From 92e7a841b7e54f3f0b18d2b0f4c78722948d0569 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sat, 19 Jul 2025 10:30:55 +0800 Subject: [PATCH] no message --- app/Services/TG/Hook/Mod/Hub.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Services/TG/Hook/Mod/Hub.php b/app/Services/TG/Hook/Mod/Hub.php index 7b84a3c..e308ca8 100644 --- a/app/Services/TG/Hook/Mod/Hub.php +++ b/app/Services/TG/Hook/Mod/Hub.php @@ -12,11 +12,11 @@ class Hub extends Base { { $this->oDog = new Dog(new ModelArticle()); + $this->oDog->_setDogName("hub"); // 必须 // $this->oDDT->_setPrimaryKey("id"); // 可选,默认id // $this->oDDT->_setStrField(["content"]); // 可选,指定长文本字段 - $this->oDog->_setDogName("hub"); // 必须 - $this->oDog->_setInFormat(["user_name"]); - $this->oDog->_setOutFormat(["user_name" => "date"]); +// $this->oDog->_setInFormat(["user_name"]); +// $this->oDog->_setOutFormat(["user_name" => "date"]); }