فهرست منبع

主线关卡奖励同步

cyzhao 8 ماه پیش
والد
کامیت
c7a5b57180
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      Gameserver/App/process/FightProc.php

+ 3 - 0
Gameserver/App/process/FightProc.php

@@ -162,6 +162,9 @@ class FightProc {
         StoreProc::AddMultiItemInStore($mo->$prize);
         UserProc::updateUserInfo();
         return Resp::ok(array(
+                    'gold'=> ctx()->baseInfo->gold,
+                    'cash'=> ctx()->baseInfo->cash,
+                    'store'=> ctx()->store,
                     'reward' => StoreProc::$reward,
                     'reward_Gem' => StoreProc::$reward_Gem,
         ));