盛世龙城客服隐藏 211 212

master
tping 5 years ago
parent 136b2e41cb
commit a0a47281d1

@ -78,6 +78,7 @@ class GameController extends BaseController{
// 魔幻游戏 隐藏客服 // 魔幻游戏 隐藏客服
if ($data['game_id'] == 197 || $data['game_id'] == 198 if ($data['game_id'] == 197 || $data['game_id'] == 198
|| $data['game_id'] == 201 || $data['game_id'] == 202 // 马踏乱世 || $data['game_id'] == 201 || $data['game_id'] == 202 // 马踏乱世
|| $data['game_id'] == 211 || $data['game_id'] == 212 // 盛世龙城
) { ) {
// android // android
$contact_cs[$k]['act'] = ""; $contact_cs[$k]['act'] = "";

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

Loading…
Cancel
Save