最原始的http请求
private String request3(String requestMessage,String txUrl) throws Exception{ log.info(txUrl); URL url = new URL(txUrl); HttpURLConnection connection = (HttpURLConnection) url.openConnection(); connection.setRequestMethod(