1
This commit is contained in:
parent
3dc3e3775c
commit
13f046427a
@ -394,6 +394,7 @@ class BattleController extends BaseAuthedController {
|
|||||||
public function showBattleHistory(){
|
public function showBattleHistory(){
|
||||||
$battleUuid = getReqVal('battle_uuid', 0);
|
$battleUuid = getReqVal('battle_uuid', 0);
|
||||||
$roomUuid = getReqVal('room_uuid', 0);
|
$roomUuid = getReqVal('room_uuid', 0);
|
||||||
|
error_log('showBattleHistory '.json_encode($_REQUEST));
|
||||||
if ( !$battleUuid){
|
if ( !$battleUuid){
|
||||||
$this->_rspErr(1,'param battle_uuid error');
|
$this->_rspErr(1,'param battle_uuid error');
|
||||||
return;
|
return;
|
||||||
|
@ -140,6 +140,7 @@ class TameBattleDataService extends BaseService {
|
|||||||
//PVE模式
|
//PVE模式
|
||||||
case self::ROOM_MODE_PVE:
|
case self::ROOM_MODE_PVE:
|
||||||
{
|
{
|
||||||
|
return;
|
||||||
//pve
|
//pve
|
||||||
$this->updatePveData();
|
$this->updatePveData();
|
||||||
if ($this->pveGeminiMeta &&
|
if ($this->pveGeminiMeta &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user