exchangeToMono (response -> { if (response.statusCode().equals(HttpStatus.OK)) { return response.bodyToMono(Person.class); } else if ...
確定! 回上一頁