Pu Zhibing
2024-12-17 df8f39e810649e5735416800ec67c6386b0ea48e
DriverAHTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/impl/OrderLogisticsServiceImpl.java
@@ -403,8 +403,7 @@
        orderLogistics.setPickUpCode(random);
        this.updateById(orderLogistics);
        //发送短信
//        HuaWeiSMSUtil.sendSms("[\"" + random + "\"]", orderLogistics.getRecipientPhone(), "8822072510762", "3f8a36fe5265433783655dcb6fb51465");
        aLiSendSms.sendSms(orderLogistics.getRecipientPhone(), "SMS_147415322", "{\"code\":\"" + random + "\"}");
        SmsUtil.sendZTHYSms(orderLogistics.getRecipientPhone(), "您的验证码是:" + random + ",请勿将验证码透露给他人!");
    }
    @Override