|
@@ -342,7 +342,7 @@ class ActiveProc {
|
|
return Resp::ok(array('gold' => ctx()->baseInfo->gold,
|
|
return Resp::ok(array('gold' => ctx()->baseInfo->gold,
|
|
'cash' => ctx()->baseInfo->cash,
|
|
'cash' => ctx()->baseInfo->cash,
|
|
'store' => ctx()->store,
|
|
'store' => ctx()->store,
|
|
- 'roleCardUnlockHeroList;' => ctx()->heros->roleCardUnlockHeroList,
|
|
|
|
|
|
+ 'heros' => ctx()->heros,
|
|
'reward' => StoreProc::$reward,
|
|
'reward' => StoreProc::$reward,
|
|
'reward_Gem' => StoreProc::$reward_Gem,
|
|
'reward_Gem' => StoreProc::$reward_Gem,
|
|
));
|
|
));
|