From d074a544ef7c4397c64425389e43e19a50d207a6 Mon Sep 17 00:00:00 2001 From: ljl Date: Wed, 21 Sep 2022 13:41:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E4=B8=AD=E5=A6=82=E6=A2=A6=E4=BB=A4?= =?UTF-8?q?=E6=94=B9=E4=B9=9D=E7=81=B5=E7=A5=9E=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/HomeController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Home/Controller/HomeController.class.php b/Application/Home/Controller/HomeController.class.php index 31827450c..c7546df41 100644 --- a/Application/Home/Controller/HomeController.class.php +++ b/Application/Home/Controller/HomeController.class.php @@ -333,7 +333,7 @@ class HomeController extends Controller $ssgUrl = $downloadDomain . '/mobile.php/Ssg/pay/game_id/' . $game['id'] . '/promote_id/' . $promoteId; - if(in_array($game['id'], [191, 192, 247, 248])) { + if(in_array($game['id'], [191, 192, 247, 248, 307, 308])) { $game['relation_game_name'] = '九灵神域'; } if(in_array($game['id'], [239, 240])) {