Эх сурвалжийг харах

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

cyzhao 9 сар өмнө
parent
commit
7ecc712b81

+ 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,
         ));
     }