diff --git a/webapp/controller/RoleController.class.php b/webapp/controller/RoleController.class.php index 0c0a8d4..aa10a7e 100644 --- a/webapp/controller/RoleController.class.php +++ b/webapp/controller/RoleController.class.php @@ -67,7 +67,6 @@ class RoleController{ $account_id = $_REQUEST['account_id']; $user_name = $_REQUEST['name']; $avatar_url = $_REQUEST['avatar_url']; - $login = loginVerify($account_id, $_REQUEST['session_id']); //登录校验 $login = loginVerify($account_id, $_REQUEST['session_id']); if (!$login) {