|
|
@ -410,7 +410,9 @@ class NoticeController extends BaseController{
|
|
|
|
$data['APP_EMAIL'] = C('APP_EMAIL');
|
|
|
|
$data['APP_EMAIL'] = C('APP_EMAIL');
|
|
|
|
// 魔幻游戏 隐藏客服
|
|
|
|
// 魔幻游戏 隐藏客服
|
|
|
|
if ($request['game_id'] == 197 || $request['game_id'] == 198
|
|
|
|
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'] = "";
|
|
|
|
$data['APP_QQ'] = "";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$this->new_set_message(200,"成功",$data);
|
|
|
|
$this->new_set_message(200,"成功",$data);
|
|
|
|