Browse Source

修改对接接口

callm 1 day ago
parent
commit
4e95fc59b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS_MES_HYSX/PublicMethod/HttpServer.cs

+ 1 - 1
UAS_MES_HYSX/PublicMethod/HttpServer.cs

@@ -1401,7 +1401,7 @@ namespace UAS_MES_NEW.PublicMethod
         public static string ToServerReq(string strJSON)
         {
             int nRet = 0;
-            string strServerIP = "192.168.1.160";
+            string strServerIP = "192.168.1.88";
             string strResp = "";
             IPAddress ip = IPAddress.Parse(strServerIP);
             Socket clientSocket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);