1
This commit is contained in:
parent
1b38768d80
commit
c4c7485195
@ -38,6 +38,7 @@ class HeroController extends BaseAuthedController {
|
||||
{
|
||||
$heroList = array();
|
||||
Hero::getHeroList(function ($row) use(&$heroList) {
|
||||
$row['hero_uniid'] = $row['idx'];
|
||||
array_push($heroList, $row);
|
||||
});
|
||||
$this->_rspData(array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user