SpringBoot請求第三方接口

/* SpringBoot請求第三方接口 */ String url="http://192.168.3.8:8011/file/openadd"; RestTemplate client = new RestTemplate(); // 設置請求頭 HttpHeaders headers = new HttpHeaders(); MediaType type = MediaType.pars
相關文章
相關標籤/搜索