HttpClient httpClient = HttpClientBuilder.create().build(); HttpGet httpGet = new HttpGet(exportListURL); httpGet.setHeader("x-api-key" ...
確定! 回上一頁