浏览代码

Merge branch 'dev' of http://ylsjtt.game7000.com:3000/YLSJ/jzhj2024server into dev

cyzhao 9 月之前
父节点
当前提交
7ecc712b81
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Gameserver/App/process/PayProc.php

+ 3 - 0
Gameserver/App/process/PayProc.php

@@ -340,6 +340,9 @@ class PayProc {
                     "baseInfo" => $user->baseInfo,
 //                    "shopdata" => $user->shopdata,
                     "store" => $user->store,
+                    'task' => ctx()->task,
+                    'heros' => ctx()->heros,
+                    'privateState' => $user->privateState,
         ));
     }