浏览代码

update fix

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;
         }