From 15100521cc213c8f4cab8c7dd642de455be2ca29 Mon Sep 17 00:00:00 2001 From: liu <1873441552@qq.com> Date: Mon, 18 Mar 2024 14:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index 4972765e..69765f33 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -600,7 +600,7 @@ class Auth extends BaseController */ public function authLogin() { - $auth = $this->request->param('auth'); dump($auth); + $auth = $this->request->param('auth'); $createUser = true; if ($auth['type'] == 'app_wechat' || systemConfig('is_phone_login') == '1') { $createUser = false;