From 2f754c76fda0eccc6d473d4fa6dda43f383e356f Mon Sep 17 00:00:00 2001 From: toom1996 Date: Fri, 27 Jun 2025 18:55:13 +0800 Subject: [PATCH] update --- app/Controller/admin/api/KeywordsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controller/admin/api/KeywordsController.php b/app/Controller/admin/api/KeywordsController.php index b58b43c..181ace1 100644 --- a/app/Controller/admin/api/KeywordsController.php +++ b/app/Controller/admin/api/KeywordsController.php @@ -58,7 +58,7 @@ class KeywordsController extends AbstractController public function monitorInsert(): \Psr\Http\Message\ResponseInterface { $keyword = $this->request->post('keyword'); - $ignoreUrl = $this->request->post('ignore_url'); + $ignoreUrl = $this->request->post('ignore_url', []); $query = AppKeywordsMonitor::query()->where([ ['keyword', $keyword],