puzhibing
2023-12-15 8128a2a50a27d2aca3cb8b4d91acb8a802d86788
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){