|
|
@@ -116,13 +116,18 @@ public class DownloadMgr : Singleton<DownloadMgr>
|
|
|
|
|
|
private string GetDownloadBaseUrl()
|
|
|
{
|
|
|
-#if GAME_ONE
|
|
|
+#if GAME_ONE
|
|
|
return "http://101.43.46.101:88/";
|
|
|
#elif GAME_DEBUG
|
|
|
return "http://110.40.223.119:88/";
|
|
|
#else
|
|
|
|
|
|
- return "http://cdn.yishanyou.com:88/";
|
|
|
+#if UNITY_EDITOR
|
|
|
+ return "http://43.248.187.68:88/";
|
|
|
+#else
|
|
|
+ return "http://cdn.yishanyou.com:88/";
|
|
|
+#endif
|
|
|
+
|
|
|
#endif
|
|
|
}
|
|
|
|