|
@@ -114,6 +114,7 @@ public class MachineCuttingToolServiceImpl extends SuperCacheServiceImpl<Machine
|
|
jsonObject.put("UserName","OpcUaClient");
|
|
jsonObject.put("UserName","OpcUaClient");
|
|
jsonObject.put("Password","12345678");
|
|
jsonObject.put("Password","12345678");
|
|
jsonObject.put("Type","ToolList");
|
|
jsonObject.put("Type","ToolList");
|
|
|
|
+ jsonObject.put("Ip",productionresource.getIp());
|
|
|
|
|
|
HttpEntity<String> request = new HttpEntity<>(jsonObject.toJSONString(), headers);
|
|
HttpEntity<String> request = new HttpEntity<>(jsonObject.toJSONString(), headers);
|
|
|
|
|