@GetMapping("/test") public ResponseEntity<List> testList(testVo testVo) { String url = "http://testurl.com"; // api url //get parameter ...
確定! 回上一頁