想定编辑

This commit is contained in:
yulong 2023-11-23 09:00:10 +08:00
parent 62f29aed0a
commit 9e6937a531
2 changed files with 2 additions and 1 deletions

View File

@ -292,6 +292,7 @@ public class Scenariopage : MonoBehaviour
//调用接口
StartCoroutine(Post1(Url_Action, (bol, str) =>
{
Debug.LogError(str);
Scenario(bol, str);
}));
Scenario();//想定文件

View File

@ -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); }