Browse Source

fix: 同步体力

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

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

@@ -137,6 +137,7 @@ class PayProc {
         UserProc::updateUserInfo();
         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,