From 19cc5ce6a3e1570020cf0e3a1f2051e42fcecd73 Mon Sep 17 00:00:00 2001 From: u2nyakim Date: Fri, 29 Aug 2025 17:12:36 +0800 Subject: [PATCH] =?UTF-8?q?up.=20=E6=B7=BB=E5=8A=A0=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E9=94=81=E5=AE=9A=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/BaseController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/BaseController.php b/app/BaseController.php index c9ad097..724871f 100644 --- a/app/BaseController.php +++ b/app/BaseController.php @@ -128,7 +128,7 @@ abstract class BaseController * @param mixed $data * @return Json */ - protected function writeJson(int $code = 200, string $message = '', mixed $data = null, $skipEncryption = false): Json + protected function writeJson(int $code = 200, string $message = '', mixed $data = null, $skipEncryption = true): Json { if($data instanceof Paginator) { $data = [