Helius
2020-07-06 41fc805039c7b59145d1fc45e1c96fb7601dc2f5
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();