From b6cb1a8d58b590561fa8422534f7c05ea448362a Mon Sep 17 00:00:00 2001 From: zhanglingsheng Date: Tue, 17 Dec 2019 16:33:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B9=E6=9E=9C=E6=B5=8B=E8=AF=95=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/GameController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Sdk/Controller/GameController.class.php b/Application/Sdk/Controller/GameController.class.php index e6b884ac..321276bf 100644 --- a/Application/Sdk/Controller/GameController.class.php +++ b/Application/Sdk/Controller/GameController.class.php @@ -184,7 +184,7 @@ class GameController extends BaseController{ } //测试账号苹果审核 $game_user = ['test11', 'test12', 'test13', 'test142', 'test171','test830','test1003','test1002','test170','test169']; - if($data['game_id'] == 78 && in_array($user['account'], $game_user)) { + if($data['game_id'] == 78 && !in_array($user['account'], $game_user)) { if($v['name'] == 'gift' || $v['name'] == 'suppersign') { unset($menus[$k]); continue; @@ -241,7 +241,7 @@ class GameController extends BaseController{ } //测试账号苹果审核 $game_user = ['test11', 'test12', 'test13', 'test142', 'test171','test830','test1003','test1002','test170','test169']; - if($data['game_id'] == 78 && in_array($user['account'], $game_user)) { + if($data['game_id'] == 78 && !in_array($user['account'], $game_user)) { if($v['name'] == 'gift' || $v['name'] == 'balance') { unset($personalMenu[$k]); continue;