wlzboy
2025-12-23 355dda1f90c70ab04c4517688da37d1a4236f112
1
2
3
4
5
@echo off
echo Running SMS Service Test...
cd /d "D:\project\急救转运\code\Api\RuoYi-Vue-master"
mvn test -pl ruoyi-system -Dtest=SmsServiceImplTest
pause