puzhibing
2023-08-22 00caef45a8833dc58919e23eb88a3484cfacdaa4
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/util/SMSUtil.java
@@ -283,11 +283,11 @@
        try {
            Twilio.init(ACCOUNT_SID, AUTH_TOKEN);
            Message message = Message.creator(
                    new PhoneNumber("+233500666666"),
                    new PhoneNumber("+233570111999"),
                    new PhoneNumber("+16672740015"),
                    "This is the ship that made the Kessel Run in fourteen parsecs?"
            ).create();
            System.out.println(message.getSid());
            System.out.println(message.getSid() + "--->" + message.getStatus().toString());
        }catch (Exception e){
            e.printStackTrace();
        }