From c7a7130495ef405d24db70b5149da4b650c7e7b6 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Mon, 12 Jun 2023 17:19:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=96=87=E7=AB=A0=E5=AF=BC?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/Upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/Upload.php b/app/controller/api/Upload.php index a05833f9..993a8302 100644 --- a/app/controller/api/Upload.php +++ b/app/controller/api/Upload.php @@ -76,7 +76,7 @@ class Upload extends BaseController $data = [ 'cid' => $cid, 'title' => $title, - 'author' => '里海云', + 'author' => '里海科技', 'image_input' => $poster, 'content' => $content, 'synopsis' => empty($synopsis) ? $title : strip_tags($synopsis),