Skip to content

发送短信报错 #8

Open
Open
@shaobohan917

Description

@shaobohan917

`// 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions