Open
Description
`// Asynchronously get the return value of the API request
CompletableFuture response = client.sendSms(sendSmsRequest);
// Synchronously get the return value of the API request
SendSmsResponse resp = response.get();`
执行到resonse.get()时,报错:
java.lang.NoClassDefFoundError: org/apache/hc/client5/http/async/methods/SimpleRequestBuilder
Metadata
Metadata
Assignees
Labels
No labels