公告板
版本库
filestore
活动
搜索
登录
main
/
966120Api
966120
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: 增加日志记录历史消息
wlzboy
2026-03-24
6676a35122fd9c97d1b1679c211bc8a9b97f08f2
[966120Api.git]
/
run_sms_test.bat
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