shaobohan917
Results
2
issues of
shaobohan917

发送短信报错
2
`// 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:...