Browse Source

兑换功能问题修复

cyzhao 8 months ago
parent
commit
cd39a1dcbf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Gameserver/App/process/ActiveProc.php

+ 1 - 0
Gameserver/App/process/ActiveProc.php

@@ -70,6 +70,7 @@ class ActiveProc {
                     'cash' => ctx()->baseInfo->cash,
                     'gold'=> ctx()->baseInfo->gold,
                     'reward'=> StoreProc::$reward,
+                    'lotteryExchange'=> ctx()->privateState->lotteryExchange,
         ));
     }