src/main/java/com/xcong/excoin/utils/mail/SmsSend.java
@@ -3,7 +3,6 @@ import net.sf.json.JSONObject; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.client.ClientProtocolException; import org.apache.http.client.methods.HttpGet; import org.apache.http.client.methods.HttpPost; import org.apache.http.entity.ContentType; @@ -99,7 +98,6 @@ /** * 获取时间戳 * * @return */ private static String getTimestamp() { CloseableHttpClient closeableHttpClient = HttpClientBuilder.create().build();