Parcourir la source

fix: 首冲同步体力

wanggangzero il y a 8 mois
Parent
commit
24ce344662
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Gameserver/App/process/PayProc.php

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

@@ -1040,6 +1040,7 @@ class PayProc {
 
         return Resp::ok(array('gold' => ctx()->baseInfo->gold,
                     'cash' => ctx()->baseInfo->cash,
+                    'tili' => ctx()->baseInfo->tili,
                     'store' => ctx()->store,
                     'privateState' => ctx()->privateState,
                     'reward' => StoreProc::$reward,