|
@@ -5,6 +5,7 @@ using UnityEngine;
|
|
|
public class ServerAddress
|
|
|
{
|
|
|
public static string YZTServerAddress = "http://10.123.10.11:9081";
|
|
|
+ public static string YZTServerPYAddress = "http://10.123.10.11:15005";
|
|
|
public static string Server_TextureSavePath = "http://10.123.10.11:15001/Uploads/images/";
|
|
|
public static string ObsSeverAddress = "http://10.123.10.18:18089";
|
|
|
public static string ObsSeverM3U8Address = "http://10.123.10.18:18088";
|
|
@@ -90,7 +91,7 @@ public class ServerAddress
|
|
|
/// </summary>
|
|
|
public static string API_BuYuan_GetSingleDevicesInfo_avg = YZTServerAddress + "/get_data_by_avg";
|
|
|
|
|
|
- public static string API_TextureUploadPath = YZTServerAddress + "/upload";
|
|
|
+ public static string API_TextureUploadPath = YZTServerPYAddress + "/upload";
|
|
|
|
|
|
public static string API_B08_dataStatis = "http://10.123.10.11:9081/open/dataStatis?projectId=";
|
|
|
public static string API_B08_inspectResult = "http://10.123.10.11:9081/open/inspectResult?projectId=";
|