shaobohan917

Results 2 issues of shaobohan917

![image](https://cloud.githubusercontent.com/assets/12966282/13983370/3f7c37f0-f12a-11e5-908c-3ee96759477e.png)

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