소스 검색

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,