From 48cf2cc8d58c1a455cd59b58eb12c8e9c6056794 Mon Sep 17 00:00:00 2001 From: chenxi Date: Wed, 26 Apr 2023 14:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=80=E4=B8=8B=E5=9C=B0=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 40379f8b7..cb7409a56 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://b5-entrance.bigfoot-studio.link"; + const String LoginCenterURL = "https://b6-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://b5-entrance.bigfoot-studio.link"}, + {"com.knight.connect.rpg", "https://b6-entrance.bigfoot-studio.link"}, }; //combine url解析的数据