去除测试信息

This commit is contained in:
15946460103 2023-12-27 14:40:45 +08:00
parent c5da3a642b
commit 8bacbbce1d

View File

@ -26,7 +26,7 @@ class Sms4jTest {
/** /**
* 填测试手机号 * 填测试手机号
*/ */
private static final String PHONE = "17897011002"; private static final String PHONE = "";
@Test @Test
public void byLoadTest() { public void byLoadTest() {
@ -272,7 +272,7 @@ class Sms4jTest {
log.info(JSONUtil.toJsonStr(smsResponse3)); log.info(JSONUtil.toJsonStr(smsResponse3));
Assert.isTrue(smsResponse3.isSuccess()); Assert.isTrue(smsResponse3.isSuccess());
SmsResponse smsResponse4 = dz.massTexting(phones, "527551147741814784" ,messages); SmsResponse smsResponse4 = dz.massTexting(phones, "" ,messages);
log.info(JSONUtil.toJsonStr(smsResponse4)); log.info(JSONUtil.toJsonStr(smsResponse4));
Assert.isTrue(smsResponse4.isSuccess()); Assert.isTrue(smsResponse4.isSuccess());