This commit is contained in:
yangduo 2025-02-11 11:31:16 +08:00
parent 382310f7ac
commit 937d1f3f83

View File

@ -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']);