1
This commit is contained in:
parent
3dc3e3775c
commit
13f046427a
@ -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;
|
||||
|
@ -140,6 +140,7 @@ class TameBattleDataService extends BaseService {
|
||||
//PVE模式
|
||||
case self::ROOM_MODE_PVE:
|
||||
{
|
||||
return;
|
||||
//pve
|
||||
$this->updatePveData();
|
||||
if ($this->pveGeminiMeta &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user