From 4bd8d00db6e2ae8069033fb8b161e5c9ddeccdd6 Mon Sep 17 00:00:00 2001 From: tping Date: Mon, 20 Apr 2020 18:17:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A9=AC=E8=B8=8F=E4=B9=B1=E4=B8=96=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E5=AE=A2=E6=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/GameController.class.php | 4 +++- Application/Sdk/Controller/NoticeController.class.php | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Application/Sdk/Controller/GameController.class.php b/Application/Sdk/Controller/GameController.class.php index 91f53d73..ef3231d5 100644 --- a/Application/Sdk/Controller/GameController.class.php +++ b/Application/Sdk/Controller/GameController.class.php @@ -76,7 +76,9 @@ class GameController extends BaseController{ $contact_cs[$k]['ios_url'] = $contact_cs[$k]['ios_url']."{$gap}action=openurl"; } // 魔幻游戏 隐藏客服 - if ($data['game_id'] == 197 || $data['game_id'] == 198) { + if ($data['game_id'] == 197 || $data['game_id'] == 198 + || $data['game_id'] == 201 || $data['game_id'] == 202 // 马踏乱世 + ) { // android $contact_cs[$k]['act'] = ""; $contact_cs[$k]['type'] = -1; diff --git a/Application/Sdk/Controller/NoticeController.class.php b/Application/Sdk/Controller/NoticeController.class.php index 0493253c..16732ed7 100644 --- a/Application/Sdk/Controller/NoticeController.class.php +++ b/Application/Sdk/Controller/NoticeController.class.php @@ -409,7 +409,10 @@ class NoticeController extends BaseController{ $data['APP_QQ_GROUP'] = C('APP_QQ_GROUP'); $data['APP_EMAIL'] = C('APP_EMAIL'); // 魔幻游戏 隐藏客服 - if ($request['game_id'] == 197 || $request['game_id'] == 198) $data['APP_QQ'] = ""; + if ($request['game_id'] == 197 || $request['game_id'] == 198 + || $request['game_id'] == 201 || $request['game_id'] == 202) { // 马踏乱世 + $data['APP_QQ'] = ""; + } $this->new_set_message(200,"成功",$data); } //获取客服问题 帮助中心