From abb66a0e799e7ca613e8967a304e7c5ed00e034e Mon Sep 17 00:00:00 2001 From: chengkun <chengkun@ishangstudy.com> Date: Fri, 30 May 2025 11:37:48 +0800 Subject: [PATCH] 提交 --- app/controller/login/index.class.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/app/controller/login/index.class.php b/app/controller/login/index.class.php index cd5f248..4b5f1f3 100644 --- a/app/controller/login/index.class.php +++ b/app/controller/login/index.class.php @@ -38,9 +38,7 @@ $lData['referurl'] = $_POST['referurl']; $lData['authcode'] = $_POST['authcode']; $lData['port'] = 1; - $return = $Member->userLogin($lData); - if ($return['uclogin']) { $error = 2; $return['msg'] = $return['uclogin']; -- Gitblit v1.9.0