1
This commit is contained in:
parent
0a350285b8
commit
c2e04dce01
@ -35,4 +35,12 @@ class BattleController extends BaseAuthedController {
|
|||||||
$this->_rspOk();
|
$this->_rspOk();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getBattleData()
|
||||||
|
{
|
||||||
|
error_log(json_encode($_REQUEST));
|
||||||
|
myself()->_rspData(array(
|
||||||
|
'hero_id' => 1245678
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user