From 3612f238426e479d943372a39d30c4a31060882e Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Wed, 5 Jul 2023 23:06:04 +0800 Subject: [PATCH] =?UTF-8?q?BugFix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E9=81=97?= =?UTF-8?q?=E6=BC=8F=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 遗漏插入 blogServeHost 内容 Signed-off-by: XiaoLFeng --- app/Http/Controllers/Function/Link.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Function/Link.php b/app/Http/Controllers/Function/Link.php index eb7e2a4..9e029af 100644 --- a/app/Http/Controllers/Function/Link.php +++ b/app/Http/Controllers/Function/Link.php @@ -112,6 +112,7 @@ public function apiCustomAdd(HttpRequest $request): JsonResponse 'blogUserLocation' => $request->userLocation, 'blogSetColor' => $request->userSelColor, 'blogRemark' => $request->userRemark, + 'blogServerHost' => $request->userServerHost, ]); if ($insertData) { // 邮件发送系统