This commit is contained in:
=
2026-05-08 20:08:14 +08:00
parent 9d22c1c4e2
commit 7e3fca6a7f
7 changed files with 279 additions and 18 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ public class JugTest {
@Test
public void sendMsg() {
smsService.send("20182040", "这是一条由智慧工会系统发出的测试消息。");
// smsService.send("20182040", "这是一条由智慧工会系统发出的测试消息。");
}
@Test