From 94532e9522f0dfbae67b5281ee036a0f8dc18d6f Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Mon, 27 Apr 2020 14:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/UserController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Sdk/Controller/UserController.class.php b/Application/Sdk/Controller/UserController.class.php index 2198c2e8..a74ca647 100644 --- a/Application/Sdk/Controller/UserController.class.php +++ b/Application/Sdk/Controller/UserController.class.php @@ -19,7 +19,7 @@ use Base\Service\UserService; class UserController extends BaseController { - public function user_login_new() + public function user_login() { $params = json_decode(base64_decode(file_get_contents("php://input")), true); @@ -48,7 +48,7 @@ class UserController extends BaseController /** *SDK用户登录 */ - public function user_login() + public function user_login_old() { $count = Redis::incr(Redis::KEY_LOGIN_LIMIT); if ($count >= 300) {