From a150cb91186f96a22e07dbf745fdb3c33a0256fa 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 0f44370b..973bbcc9 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -1387,6 +1387,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', '');