瀏覽代碼

Update ServerAddress.cs

wartheking 8 月之前
父節點
當前提交
3e0c6a529f
共有 1 個文件被更改,包括 11 次插入11 次删除
  1. 11 11
      Assets/Scripts/UI/Tools/ServerAddress.cs

+ 11 - 11
Assets/Scripts/UI/Tools/ServerAddress.cs

@@ -5,7 +5,7 @@ using UnityEngine;
 public class ServerAddress
 {
     public static string YZTServerAddress = "http://10.123.10.11:9081";
-    public static string Server_TextureSavePath = "http://www.chatgpt918.top:15001/images/";
+    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";
     
@@ -58,7 +58,7 @@ public class ServerAddress
     /// <summary>
     /// 获取蓄洪概况图片位置
     /// </summary>
-    public static string ServerPicPath = "http://www.chatgpt918.top:15001/projectImages/";
+    public static string ServerPicPath = "http://10.123.10.11:15001/Uploads/projectImages/";
 
     /// <summary>
     ///补元水闸数据 modelbus
@@ -92,19 +92,19 @@ public class ServerAddress
 
     public static string API_TextureUploadPath = YZTServerAddress + "/upload";
 
-    public static string API_B08_dataStatis = "http://10.123.10.11:9080/open/dataStatis?projectId=";
-    public static string API_B08_inspectResult = "http://10.123.10.11:9080/open/inspectResult?projectId=";
-    public static string API_B08_projectExamine = "http://10.123.10.11:9080/open/projectExamine?projectId=";
-    public static string API_B08_event = "http://10.123.10.11:9080/open/event?projectId=";
-    public static string API_B08_questionStatis = "http://10.123.10.11:9080/open/questionStatis?projectId=";
-    public static string API_B08_inspectType = "http://10.123.10.11:9080/open/inspectType?projectId=";
+    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=";
+    public static string API_B08_projectExamine = "http://10.123.10.11:9081/open/projectExamine?projectId=";
+    public static string API_B08_event = "http://10.123.10.11:9081/open/event?projectId=";
+    public static string API_B08_questionStatis = "http://10.123.10.11:9081/open/questionStatis?projectId=";
+    public static string API_B08_inspectType = "http://10.123.10.11:9081/open/inspectType?projectId=";
     
     /// <summary>
     /// 获取站点水位信息(折线图和信息列表)
     /// </summary>
-    public static string API_GetWaterTrend_chart = "http://10.123.10.11:9080/open/water1?stcd=";
-    public static string API_GetWaterTrend_list = "http://10.123.10.11:9080/open/water2?stcd=";
-    public static string API_GetWaterData = "http://10.123.10.11:9080/open/water3";
+    public static string API_GetWaterTrend_chart = "http://10.123.10.11:9081/open/water1?stcd=";
+    public static string API_GetWaterTrend_list = "http://10.123.10.11:9081/open/water2?stcd=";
+    public static string API_GetWaterData = "http://10.123.10.11:9081/open/water3";
 
     //  http://111.4.141.191:9081/open/dataStatis 
     //