no message
This commit is contained in:
parent
b90d93446c
commit
1927539597
@ -26,7 +26,7 @@ final class HookController
|
|||||||
// $this->sCustomCmd = "article";
|
// $this->sCustomCmd = "article";
|
||||||
// $this->sCustomFunc = "cache";
|
// $this->sCustomFunc = "cache";
|
||||||
// $this->aCustomOption[1] = "ffq";
|
// $this->aCustomOption[1] = "ffq";
|
||||||
$this->sCustomText = "/article#cache__ffq_tg"." ".$sText;
|
$this->sCustomText = "/article#cacheAdd__ffq_tg"." ".$sText;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->cmd();
|
return $this->cmd();
|
||||||
|
|||||||
@ -93,7 +93,7 @@ final class CacheTg
|
|||||||
$oArticleSchema->save();
|
$oArticleSchema->save();
|
||||||
|
|
||||||
ModelArticleCache::where("status", 1)->update([
|
ModelArticleCache::where("status", 1)->update([
|
||||||
"status" => 1, // 上线改0
|
"status" => 0, // 上线改0
|
||||||
"code" => $sArticleCode,
|
"code" => $sArticleCode,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user