This commit is contained in:
hujiabin 2023-03-17 19:34:17 +08:00
parent 6a851db3c4
commit a9314108e1

View File

@ -102,12 +102,6 @@ class BattleDataService extends BaseService {
error_log(json_encode($_REQUEST));
$matchMode = getReqVal('match_mode', 0);
{
$userDb = User::find(getReqVal('account_id', 0));
if(!$userDb){
return false;
}
$this->userinfo = User::toSimple($userDb);
$heroDb = Hero::find(getReqVal('hero_uniid', 0));
if (!$heroDb) {
return false;