소스 검색

排行奖励同步

cyzhao 9 달 전
부모
커밋
cb6bc3cf5d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Gameserver/App/process/FightProc.php

+ 2 - 2
Gameserver/App/process/FightProc.php

@@ -1216,7 +1216,7 @@ class FightProc {
 
         $tag = self::isExistNoDrawed_MainGate();
         UserProc::updateUserInfo();
-        $ret = array('redTip' => $tag, 'task' => ctx()->task,);
+        $ret = array('redTip' => $tag, 'task' => ctx()->task,'store'=> ctx()->store,'cash'=> ctx()->baseInfo->cash,'reward'=> StoreProc::$reward);
         return Resp::ok($ret);
     }
 
@@ -1242,7 +1242,7 @@ class FightProc {
         $tag = self::isExistNoDrawed_FightPower();
 
         UserProc::updateUserInfo();
-        $ret = array('redTip' => $tag, 'task' => ctx()->task,);
+        $ret = array('redTip' => $tag, 'task' => ctx()->task,'store'=> ctx()->store,'cash'=> ctx()->baseInfo->cash,'reward'=> StoreProc::$reward);
         return Resp::ok($ret);
     }