Explorar o código

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

cyzhao hai 1 ano
pai
achega
78ba07b2a3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,
         ));
     }