From 38d720f49c0541e6231c1d16ee5ace11c70389a0 Mon Sep 17 00:00:00 2001 From: chenxi Date: Fri, 9 Jun 2023 11:13:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=80=E4=B8=8B=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Const/BFPlatform.Gate.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/Const/BFPlatform.Gate.cs b/Assets/Scripts/Const/BFPlatform.Gate.cs index cb7409a56..e19bd23df 100644 --- a/Assets/Scripts/Const/BFPlatform.Gate.cs +++ b/Assets/Scripts/Const/BFPlatform.Gate.cs @@ -64,7 +64,7 @@ namespace BF public partial class BFPlatform { - const String LoginCenterURL = "https://b6-entrance.bigfoot-studio.link"; + const String LoginCenterURL = "https://entrance.bigfoot-studio.link"; static Dictionary BFLoginCenterURLDict = new Dictionary() { // dev @@ -77,7 +77,7 @@ namespace BF {"com.juzu.b6.release.ios", "http://game.juzugame.com:3000"}, // gp - {"com.knight.connect.rpg", "https://b6-entrance.bigfoot-studio.link"}, + {"com.knight.connect.rpg", "https://entrance.bigfoot-studio.link"}, }; //combine url解析的数据