From d46bb6822823e1c494abd7c5d828ace62e0c2386 Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Fri, 31 May 2019 11:04:55 +0800 Subject: [PATCH] 1 --- webapp/controller/RoleController.class.php | 1 - 1 file changed, 1 deletion(-) 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) {