This commit is contained in:
hujiabin 2023-03-23 19:20:48 +08:00
parent 3dc3e3775c
commit 13f046427a
2 changed files with 2 additions and 0 deletions

View File

@ -394,6 +394,7 @@ class BattleController extends BaseAuthedController {
public function showBattleHistory(){
$battleUuid = getReqVal('battle_uuid', 0);
$roomUuid = getReqVal('room_uuid', 0);
error_log('showBattleHistory '.json_encode($_REQUEST));
if ( !$battleUuid){
$this->_rspErr(1,'param battle_uuid error');
return;

View File

@ -140,6 +140,7 @@ class TameBattleDataService extends BaseService {
//PVE模式
case self::ROOM_MODE_PVE:
{
return;
//pve
$this->updatePveData();
if ($this->pveGeminiMeta &&