Browse Source

7日领取奖励钻石没有给前段返回bug修复

cyzhao 11 tháng trước cách đây
mục cha
commit
382dce633e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Gameserver/App/process/TaskProc.php

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

@@ -122,6 +122,7 @@ class TaskProc {
         return Resp::ok(array("task" => ctx()->task,
                     "store" => ctx()->store,
                     'reward' => StoreProc::$reward,
+                    'cash'=>ctx()->baseInfo->cash,
         ));
     }