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