From a0a47281d14df4bf9212dde11d549755bb24e510 Mon Sep 17 00:00:00 2001 From: tping Date: Tue, 26 May 2020 09:50:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=9B=E4=B8=96=E9=BE=99=E5=9F=8E=E5=AE=A2?= =?UTF-8?q?=E6=9C=8D=E9=9A=90=E8=97=8F=20=20211=20=20212?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/GameController.class.php | 1 + Application/Sdk/Controller/NoticeController.class.php | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/GameController.class.php b/Application/Sdk/Controller/GameController.class.php index ef3231d5..acc2e473 100644 --- a/Application/Sdk/Controller/GameController.class.php +++ b/Application/Sdk/Controller/GameController.class.php @@ -78,6 +78,7 @@ class GameController extends BaseController{ // 魔幻游戏 隐藏客服 if ($data['game_id'] == 197 || $data['game_id'] == 198 || $data['game_id'] == 201 || $data['game_id'] == 202 // 马踏乱世 + || $data['game_id'] == 211 || $data['game_id'] == 212 // 盛世龙城 ) { // android $contact_cs[$k]['act'] = ""; diff --git a/Application/Sdk/Controller/NoticeController.class.php b/Application/Sdk/Controller/NoticeController.class.php index 16732ed7..9db7f73b 100644 --- a/Application/Sdk/Controller/NoticeController.class.php +++ b/Application/Sdk/Controller/NoticeController.class.php @@ -410,7 +410,9 @@ class NoticeController extends BaseController{ $data['APP_EMAIL'] = C('APP_EMAIL'); // 魔幻游戏 隐藏客服 if ($request['game_id'] == 197 || $request['game_id'] == 198 - || $request['game_id'] == 201 || $request['game_id'] == 202) { // 马踏乱世 + || $request['game_id'] == 201 || $request['game_id'] == 202 // 马踏乱世 + || $request['game_id'] == 211 || $request['game_id'] == 212 // 盛世龙城 + ) { $data['APP_QQ'] = ""; } $this->new_set_message(200,"成功",$data);