Pu Zhibing
2025-04-24 818937959bb19d3669585fa87a526bffe9ce77a4
DriverOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/impl/OrderLogisticsServiceImpl.java
@@ -403,7 +403,7 @@
        orderLogistics.setPickUpCode(random);
        this.updateById(orderLogistics);
        //发送短信
        aLiSendSms.sendSms(orderLogistics.getRecipientPhone(), "SMS_476880205", "{\"code\":\"" + random + "\"}");
        aLiSendSms.sendSms(orderLogistics.getRecipientPhone(), "SMS_482775061", "{\"code\":\"" + random + "\"}");
    }
    @Override