瀏覽代碼

fix: 首冲同步体力

wanggangzero 8 月之前
父節點
當前提交
24ce344662
共有 1 個文件被更改,包括 1 次插入0 次删除
  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,