From dba48de5cf83a5368e92a78bd80110241b7d4062 Mon Sep 17 00:00:00 2001 From: ZombieKitty Date: Tue, 3 Sep 2024 20:45:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=B5=8B=E8=AF=95=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Editor/Config/IPList.txt | 15 +-------------- Assets/Project/Script/SDK/SdkEditor.cs | 1 + Assets/StreamingAssets/Channel.txt | 4 ++-- ChannelConfig/Test/Channel.txt | 3 +++ ChannelConfig/Test/IPList.txt | 2 ++ 5 files changed, 9 insertions(+), 16 deletions(-) create mode 100644 ChannelConfig/Test/Channel.txt create mode 100644 ChannelConfig/Test/IPList.txt diff --git a/Assets/Editor/Config/IPList.txt b/Assets/Editor/Config/IPList.txt index f8f31043a..6488cdb4e 100644 --- a/Assets/Editor/Config/IPList.txt +++ b/Assets/Editor/Config/IPList.txt @@ -1,15 +1,2 @@ 1 内网win 本机 127.0.0.1 8001 -2 内网win 内网win 192.168.1.28 8001 -3 内网win 廉振东 192.168.1.138 8002 -4 内网win 天洪服 192.168.1.233 8001 -5 内网win 毛庆斌服 192.168.1.20 8001 -6 内网win 水力 192.168.1.28 8001 -7 内网win 水力new 192.168.1.73 8001 -8 内网win 长松 192.168.1.225 8001 -9 内网win 志红 192.168.1.30 8001 -10 内网win 子恒服 192.168.1.72 8001 -100 外网 99游测试服 47.98.102.96 8001 -101 外网 101服 192.168.1.73 8101 -102 外网 102服 192.168.1.73 8102 -11 内网win 晨博服 192.168.1.85 8001 -11 内网win 鑫鑫服 192.168.1.71 8001 \ No newline at end of file +100 外网 测试服 123.207.217.208 5601 diff --git a/Assets/Project/Script/SDK/SdkEditor.cs b/Assets/Project/Script/SDK/SdkEditor.cs index 4fcc72622..b912cee61 100644 --- a/Assets/Project/Script/SDK/SdkEditor.cs +++ b/Assets/Project/Script/SDK/SdkEditor.cs @@ -98,6 +98,7 @@ public class SdkEditor : SdkBase public override void GetServerList() { + Debug.Log( "GetServerList"); var lines = File.ReadAllLines(GlobeVar.testConfigPath.Open("IPList.txt")); ParseIpList(lines); } diff --git a/Assets/StreamingAssets/Channel.txt b/Assets/StreamingAssets/Channel.txt index 72a601be0..aa4b4486b 100644 --- a/Assets/StreamingAssets/Channel.txt +++ b/Assets/StreamingAssets/Channel.txt @@ -1,3 +1,3 @@ -Traceless -http://rk.qyyjj.99you.cn/JjyApi/getHotUpdateData/cid/3-10001 +Test +http://123.207.217.208:81/update_andriod.php 审批文号:新广出审[2017]8551号 出版单位名称:上海都玩网络科技有限公司 来文文号:泸新出科数[2017]1019号 物号(ISBN):978-7-498-01532-7 \ No newline at end of file diff --git a/ChannelConfig/Test/Channel.txt b/ChannelConfig/Test/Channel.txt new file mode 100644 index 000000000..aa4b4486b --- /dev/null +++ b/ChannelConfig/Test/Channel.txt @@ -0,0 +1,3 @@ +Test +http://123.207.217.208:81/update_andriod.php +审批文号:新广出审[2017]8551号 出版单位名称:上海都玩网络科技有限公司 来文文号:泸新出科数[2017]1019号 物号(ISBN):978-7-498-01532-7 \ No newline at end of file diff --git a/ChannelConfig/Test/IPList.txt b/ChannelConfig/Test/IPList.txt new file mode 100644 index 000000000..6488cdb4e --- /dev/null +++ b/ChannelConfig/Test/IPList.txt @@ -0,0 +1,2 @@ +1 内网win 本机 127.0.0.1 8001 +100 外网 测试服 123.207.217.208 5601