DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/SMSUtil.java
@@ -293,6 +293,7 @@ HttpResponse execute = post.execute(); String body = execute.body(); execute.close(); System.err.println("短信:" + body); JSONObject jsonObject = JSON.parseObject(body); Integer status = jsonObject.getInteger("status"); if(1701 == status){