no message

This commit is contained in:
hellcat 2025-11-14 13:40:52 +08:00
parent b90d93446c
commit 1927539597
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ final class HookController
// $this->sCustomCmd = "article";
// $this->sCustomFunc = "cache";
// $this->aCustomOption[1] = "ffq";
$this->sCustomText = "/article#cache__ffq_tg"." ".$sText;
$this->sCustomText = "/article#cacheAdd__ffq_tg"." ".$sText;
}
return $this->cmd();

View File

@ -93,7 +93,7 @@ final class CacheTg
$oArticleSchema->save();
ModelArticleCache::where("status", 1)->update([
"status" => 1, // 上线改0
"status" => 0, // 上线改0
"code" => $sArticleCode,
]);