From d9cf92b2b07c16948dd5bbe0b916f65d747c80ba Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 25 Sep 2023 20:10:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app/controller/api/Auth.ph?= =?UTF-8?q?p?= 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 insertion(+) diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index 2ae03083..b6baff90 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -1513,6 +1513,7 @@ 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', '');