This commit is contained in:
aozhiwei 2022-04-01 08:34:20 +08:00
parent 0a350285b8
commit c2e04dce01

View File

@ -35,4 +35,12 @@ class BattleController extends BaseAuthedController {
$this->_rspOk();
}
public function getBattleData()
{
error_log(json_encode($_REQUEST));
myself()->_rspData(array(
'hero_id' => 1245678
));
}
}