From 4a6db8d430de5d09e2083faa6b82e958f38d75aa Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Wed, 27 Sep 2023 12:29:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/Auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index 93b140a2..dc4e36b2 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -1402,7 +1402,6 @@ class Auth extends BaseController 'meizu', 'moto' ]; - Log::info("请求版本参数:" . json_encode(request()->param())); $type = $this->request->param('type', '-1'); $version = $this->request->param('version', ''); $phoneBrand = $this->request->param('phone_brand', '');