From ce9edbf3ce06019d6712abd6fa6900047dd54b92 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 12 Nov 2019 19:08:27 +0800 Subject: [PATCH] 1 --- webapp/controller/RoleController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/RoleController.class.php b/webapp/controller/RoleController.class.php index 5cc2f14..07f02df 100644 --- a/webapp/controller/RoleController.class.php +++ b/webapp/controller/RoleController.class.php @@ -20,7 +20,7 @@ class RoleController{ $account_id = $_REQUEST['account_id']; $user_name = $_REQUEST['name']; $avatar_url = $_REQUEST['avatar_url']; - //登录校验 + //登录校验() $login = loginVerify($account_id, $_REQUEST['session_id']); if (!$login) { phpcommon\sendError(ERR_USER_BASE + 1, 'session无效');