|
@@ -348,7 +348,7 @@ class HeroProc {
|
|
UserProc::updateUserInfo(); # 回写玩家数据
|
|
UserProc::updateUserInfo(); # 回写玩家数据
|
|
return Resp::ok(array(
|
|
return Resp::ok(array(
|
|
"store" => $user->store, # # 目前来看只涉及到items变化
|
|
"store" => $user->store, # # 目前来看只涉及到items变化
|
|
- "hero" => $user->heros,
|
|
|
|
|
|
+ "hero" => $user->heros->collectHeros,
|
|
));
|
|
));
|
|
}
|
|
}
|
|
|
|
|