diff --git a/Application/Sdk/Controller/GameController.class.php b/Application/Sdk/Controller/GameController.class.php index 07a2835f..2edaccbc 100644 --- a/Application/Sdk/Controller/GameController.class.php +++ b/Application/Sdk/Controller/GameController.class.php @@ -85,6 +85,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'] == 217 || $data['game_id'] == 218 // 天道情缘录 // || $data['game_id'] == 227 || $data['game_id'] == 228 // 仗剑八方 ) { // android diff --git a/Application/Sdk/Controller/NoticeController.class.php b/Application/Sdk/Controller/NoticeController.class.php index b80d1f32..7a788f5c 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'] == 217 || $request['game_id'] == 218 // 天道情缘录 ) { $data['APP_QQ'] = ""; }