|
@@ -76,6 +76,7 @@ public class SmsUtil {
|
|
|
HttpResponse execute = request.execute();
|
|
HttpResponse execute = request.execute();
|
|
|
JSONObject re = Jsons.parseObject(execute.body(), JSONObject.class);
|
|
JSONObject re = Jsons.parseObject(execute.body(), JSONObject.class);
|
|
|
if (re.getInt("error") == 0) {
|
|
if (re.getInt("error") == 0) {
|
|
|
|
|
+ log.info(execute.body());
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|
|
|
log.error(execute.body());
|
|
log.error(execute.body());
|