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'] = ""; }