From 9a72697fbd82aeb79926a151276b8b8e42517bf5 Mon Sep 17 00:00:00 2001 From: tping Date: Fri, 24 Jul 2020 16:18:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=97=E5=89=91=E5=85=AB=E6=96=B9=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E5=AE=A2=E6=9C=8D=E5=8A=9F=E8=83=BD?= 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 | 1 + 2 files changed, 2 insertions(+) diff --git a/Application/Sdk/Controller/GameController.class.php b/Application/Sdk/Controller/GameController.class.php index 176cbf4b..e4fdc302 100644 --- a/Application/Sdk/Controller/GameController.class.php +++ b/Application/Sdk/Controller/GameController.class.php @@ -79,6 +79,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 // 盛世龙城 + || $data['game_id'] == 227 || $data['game_id'] == 228 // 仗剑八方 ) { // android $contact_cs[$k]['act'] = ""; diff --git a/Application/Sdk/Controller/NoticeController.class.php b/Application/Sdk/Controller/NoticeController.class.php index 9db7f73b..e0dd696a 100644 --- a/Application/Sdk/Controller/NoticeController.class.php +++ b/Application/Sdk/Controller/NoticeController.class.php @@ -412,6 +412,7 @@ class NoticeController extends BaseController{ if ($request['game_id'] == 197 || $request['game_id'] == 198 || $request['game_id'] == 201 || $request['game_id'] == 202 // 马踏乱世 || $request['game_id'] == 211 || $request['game_id'] == 212 // 盛世龙城 + || $request['game_id'] == 227 || $request['game_id'] == 228 // 仗剑八方 ) { $data['APP_QQ'] = ""; }