From b2ab2c9df095e7b7b91bafcec74695229fbfb172 Mon Sep 17 00:00:00 2001 From: sunke <18850253506@163.com> Date: Thu, 19 Dec 2019 14:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/DownloadController.class.php | 2 ++ Application/Home/Controller/PlayersController.class.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Application/Home/Controller/DownloadController.class.php b/Application/Home/Controller/DownloadController.class.php index e63c0e3cb..36903bcbd 100644 --- a/Application/Home/Controller/DownloadController.class.php +++ b/Application/Home/Controller/DownloadController.class.php @@ -1916,6 +1916,8 @@ class DownloadController extends BaseController { $servername = $serverInfo['server_name']; }else { $servername = ""; + $v['game_player_id'] = ""; + $v['game_player_name'] = ""; } $v['promote_id']= $promoteInfo['account']; if(empty($v['extend'])) { diff --git a/Application/Home/Controller/PlayersController.class.php b/Application/Home/Controller/PlayersController.class.php index 950edaee1..47a2e07f2 100644 --- a/Application/Home/Controller/PlayersController.class.php +++ b/Application/Home/Controller/PlayersController.class.php @@ -87,6 +87,8 @@ class PlayersController extends BaseController { $rs[$key]['server_name'] = $serverInfo['server_name']; }else { $rs[$key]['server_name'] = ""; + $rs[$key]['game_player_id'] = ""; + $rs[$key]['game_player_name'] = ""; } $rs[$key]['promote_id']= $promoteInfo['account'];