From 937d1f3f83cb9655715c22721fa7086581003dd9 Mon Sep 17 00:00:00 2001 From: yangduo Date: Tue, 11 Feb 2025 11:31:16 +0800 Subject: [PATCH] adjust --- webapp/controller/RoleController.class.php | 2 ++ 1 file changed, 2 insertions(+) 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']);