@@ -3,11 +3,9 @@
// 由CodeGenerator创建。
// Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
// author: gwang
- // 日期: 2024-07-23 17:47:05
+ // 日期: 2024-07-30 17:48:35
////////////////////
-namespace loyalsoft;
-
/**
* 常量配置数据
*/
@@ -79,6 +79,7 @@ class HeroProc {
return Resp::ok(array(
'store' => ctx()->store,
'heros'=>ctx()->heros,
+ 'newHeroId'=>$nextHeroId,
));
}