diff --git a/Assets/Temp/Scripts/Scenariopage.cs b/Assets/Temp/Scripts/Scenariopage.cs index 7e5b7c04..fbe47b62 100644 --- a/Assets/Temp/Scripts/Scenariopage.cs +++ b/Assets/Temp/Scripts/Scenariopage.cs @@ -292,6 +292,7 @@ public class Scenariopage : MonoBehaviour //调用接口 StartCoroutine(Post1(Url_Action, (bol, str) => { + Debug.LogError(str); Scenario(bol, str); })); Scenario();//想定文件 diff --git a/Assets/Zion/Scripts/InterfaceManager.cs b/Assets/Zion/Scripts/InterfaceManager.cs index 12b34f8e..6c18d55d 100644 --- a/Assets/Zion/Scripts/InterfaceManager.cs +++ b/Assets/Zion/Scripts/InterfaceManager.cs @@ -9,7 +9,7 @@ using Newtonsoft.Json.Linq; public static class InterfaceManager { - public static string IP { get => "111.229.30.246:"; } + public static string IP { get => "111.229.30.246"; } public static string Port { get => "48888"; } public static string IpAddress { get => string.Format("http://{0}:{1}", IP, Port); }