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