Browse Source

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

cyzhao 1 year ago
parent
commit
78ba07b2a3
1 changed files with 1 additions and 0 deletions
  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,
         ));
     }