From c4c7485195a9de462cb8bf1c89dad0febf634780 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Wed, 13 Mar 2024 14:41:39 +0800 Subject: [PATCH] 1 --- webapp/controller/HeroController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/HeroController.class.php b/webapp/controller/HeroController.class.php index bbd151f5..f9c5e9ec 100644 --- a/webapp/controller/HeroController.class.php +++ b/webapp/controller/HeroController.class.php @@ -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(