ssvfdn 3 ヶ月 前
コミット
c26fff9f34
1 ファイル変更0 行追加6 行削除
  1. 0 6
      app/controller/PlayerControl.php

+ 0 - 6
app/controller/PlayerControl.php

@@ -275,12 +275,6 @@ class PlayerControl extends BaseController
             $item['uname'] = $playerInfo['uname'] ?? '';
             $item['nickname'] = $playerInfo['nickname'] ?? '';
 
-            unset($item['app_id']);
-            unset($item['game_id']);
-            unset($item['bet_amount']);
-            unset($item['bet_count']);
-            unset($item['total_win_amount']);
-
             $results['list'][$key] = $item;
         }