flatMap(response -> response.bodyToMono(Map.class)) .map(response -> response.get("deck_id")) .flatMap(deckId -> webClient.get() ...
確定! 回上一頁