From 8624607a2b66509cefa675f3b6588966e6ae09b0 Mon Sep 17 00:00:00 2001 From: chengkun <chengkun@ishangstudy.com> Date: Fri, 30 May 2025 14:40:01 +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