Sfoglia il codice sorgente

fix: 累充金额同步

wanggangzero 8 mesi fa
parent
commit
8f8f2dbbcb
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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,