diff --git a/Assets/Scripts/Editor/GameEditor/FrameTool/ServerPathType.cs b/Assets/Scripts/Editor/GameEditor/FrameTool/ServerPathType.cs
index 908bab1d9..83aabd054 100644
--- a/Assets/Scripts/Editor/GameEditor/FrameTool/ServerPathType.cs
+++ b/Assets/Scripts/Editor/GameEditor/FrameTool/ServerPathType.cs
@@ -170,6 +170,11 @@ namespace GameEditor.FrameTool
///
[ServerPathTypeValue("http://119.29.227.132:8080/sk_loginserver/", "https://skzc-1301100976.cos.ap-guangzhou.myqcloud.com/channel-1/", "http://119.29.227.132:8082/err", "http://119.29.227.132:8081/idip/sfzb/sdk", "http://119.29.227.132:8081/idip/sfzb", "Android_BT_QiPa2")]
BT奇葩正式服2,
+ ///
+ /// 027
+ ///
+ [ServerPathTypeValue("http://118.145.186.199:8080/sk_loginserver/", "https://tcx-027-01.oss-cn-beijing.aliyuncs.com/skzc/zhibo01/", "http://118.145.186.199:8082/err", "http://118.145.186.199:8081/idip/sfzb/sdk", "http://118.145.186.199:8081/idip/sfzb", "QKZB01")]
+ quick027,
///
/// BT奇葩正式服2_和谐
diff --git a/Assets/Scripts/Editor/GameEditor/PlayerBuilder/PlayerBuilder.cs b/Assets/Scripts/Editor/GameEditor/PlayerBuilder/PlayerBuilder.cs
index 2e2988ecd..7dff3cd98 100644
--- a/Assets/Scripts/Editor/GameEditor/PlayerBuilder/PlayerBuilder.cs
+++ b/Assets/Scripts/Editor/GameEditor/PlayerBuilder/PlayerBuilder.cs
@@ -66,7 +66,7 @@ namespace GameEditor.GameEditor.PlayerBuilder
string timeString = DateTime.Now.ToString("HHmmss");
string localPath = string.Format("apks/{0}/{1}/", dateString, SDKChannelConfigManager.Instance.ChannelType);
string locationPathName = string.Format("{0}{1}", localPath, timeString);
-
+
#endregion
#region 出包参数设置并出包