wlzboy
2025-12-25 ae478a3d5dab28dd598d39f27429e4a544b15ad2
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