diff --git a/webapp/controller/RoleController.class.php b/webapp/controller/RoleController.class.php index 0e1901a..8a2012f 100644 --- a/webapp/controller/RoleController.class.php +++ b/webapp/controller/RoleController.class.php @@ -2129,6 +2129,8 @@ class RoleController public function getFightEquip() { + phpcommon\sendError(ERR_USER_BASE + 1, 'id无效'); + return; $account_id = $_REQUEST['account_id']; //登录校验 $login = loginVerify($account_id, $_REQUEST['session_id']);