例如,假设我想抛出异常并拒绝HTTP 201。 client.post().exchange().doOnSuccess(response -> { if (response.statusCode().value() == 201) { ...
確定! 回上一頁