This commit is contained in:
hujiabin 2024-03-13 14:41:39 +08:00
parent 1b38768d80
commit c4c7485195

View File

@ -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(