想定编辑
This commit is contained in:
parent
62f29aed0a
commit
9e6937a531
|
@ -292,6 +292,7 @@ public class Scenariopage : MonoBehaviour
|
||||||
//调用接口
|
//调用接口
|
||||||
StartCoroutine(Post1(Url_Action, (bol, str) =>
|
StartCoroutine(Post1(Url_Action, (bol, str) =>
|
||||||
{
|
{
|
||||||
|
Debug.LogError(str);
|
||||||
Scenario(bol, str);
|
Scenario(bol, str);
|
||||||
}));
|
}));
|
||||||
Scenario();//想定文件
|
Scenario();//想定文件
|
||||||
|
|
|
@ -9,7 +9,7 @@ using Newtonsoft.Json.Linq;
|
||||||
public static class InterfaceManager
|
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 Port { get => "48888"; }
|
||||||
public static string IpAddress { get => string.Format("http://{0}:{1}", IP, Port); }
|
public static string IpAddress { get => string.Format("http://{0}:{1}", IP, Port); }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue