|
@@ -759,12 +759,12 @@ class FightProc {
|
|
|
'reward_Gem' => StoreProc::$reward_Gem,
|
|
|
'oldLevel' => $oldLevel,
|
|
|
'newLevel' => $newLevel,
|
|
|
- 'funUnlockRecord' => ctx()->privateState->funUnlockRecord,
|
|
|
- 'funUnlockRecord_2' => ctx()->privateState->funUnlockRecord_2,
|
|
|
- 'LoginDays'=> ctx()->privateState->LoginDays,
|
|
|
- 'skillUnlockRecord' => ctx()->privateState->skillUnlockRecord,
|
|
|
+ //'funUnlockRecord' => ctx()->privateState->funUnlockRecord,
|
|
|
+ //'funUnlockRecord_2' => ctx()->privateState->funUnlockRecord_2,
|
|
|
+ //'LoginDays'=> ctx()->privateState->LoginDays,
|
|
|
+ //'skillUnlockRecord' => ctx()->privateState->skillUnlockRecord,
|
|
|
'heros' => ctx()->heros,
|
|
|
- 'subFunStartTs' => ctx()->privateState->subFunStartTs,
|
|
|
+ 'privateState' => ctx()->privateState,
|
|
|
);
|
|
|
return Resp::ok($ret);
|
|
|
}
|