浏览代码

fix: 体力同步不全

wanggangzero 8 月之前
父节点
当前提交
3d000476d3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Gameserver/App/process/PayProc.php

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

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