浏览代码

fix: 同步体力

wanggangzero 8 月之前
父节点
当前提交
63ece05b86
共有 1 个文件被更改,包括 1 次插入0 次删除
  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,