|
@@ -349,6 +349,7 @@ class HeroProc {
|
|
return Resp::ok(array(
|
|
return Resp::ok(array(
|
|
"store" => $user->store, # # 目前来看只涉及到items变化
|
|
"store" => $user->store, # # 目前来看只涉及到items变化
|
|
"hero" => $user->heros->collectHeros,
|
|
"hero" => $user->heros->collectHeros,
|
|
|
|
+ "selfhero" => $user->heros->collectHeros->$heroId,
|
|
));
|
|
));
|
|
}
|
|
}
|
|
|
|
|