Browse Source

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

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

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

@@ -139,6 +139,7 @@ class PayProc {
                     'cash' => ctx()->baseInfo->cash,
                     'tili' => ctx()->baseInfo->tili,
                     'tili_ts' => ctx()->baseInfo->tili_ts,
+                    'accumulateYuanBao' => ctx()->baseInfo->accumulateYuanBao,
                     'store' => ctx()->store,
                     'privateState' => ctx()->privateState,
                     'reward' => StoreProc::$reward,
@@ -1042,6 +1043,7 @@ class PayProc {
                     'cash' => ctx()->baseInfo->cash,
                     'tili' => ctx()->baseInfo->tili,
                     'tili_ts' => ctx()->baseInfo->tili_ts,
+                    'accumulateYuanBao' => ctx()->baseInfo->accumulateYuanBao,
                     'store' => ctx()->store,
                     'privateState' => ctx()->privateState,
                     'reward' => StoreProc::$reward,