瀏覽代碼

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

cyzhao 1 年之前
父節點
當前提交
78ba07b2a3
共有 1 個文件被更改,包括 1 次插入0 次删除
  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,
         ));
     }