|
@@ -969,11 +969,13 @@ class FightProc {
|
|
|
|
|
|
$store = $userInfo->store;
|
|
$store = $userInfo->store;
|
|
$heros = $userInfo->heros;
|
|
$heros = $userInfo->heros;
|
|
-
|
|
|
|
|
|
+ $gates = $userInfo->gates;
|
|
|
|
+
|
|
UserProc::updateUserInfo();
|
|
UserProc::updateUserInfo();
|
|
$ret = array(
|
|
$ret = array(
|
|
'store' => $store,
|
|
'store' => $store,
|
|
'heros' => $heros,
|
|
'heros' => $heros,
|
|
|
|
+ 'gates' => $gates,
|
|
);
|
|
);
|
|
return Resp::ok($ret);
|
|
return Resp::ok($ret);
|
|
}
|
|
}
|