Parcourir la source

领取活跃宝箱加奖励返回值

cyzhao il y a 1 an
Parent
commit
78ba07b2a3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Gameserver/App/process/TaskProc.php

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

@@ -70,6 +70,7 @@ class TaskProc {
         UserProc::updateUserInfo();
         return Resp::ok(array("task" => ctx()->task,
                     "store" => ctx()->store,
+                    "reward"=> StoreProc::$reward,
         ));
     }