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