wangshan 5 сар өмнө
parent
commit
423204c6b9
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      sms/sms_test.go

+ 1 - 1
sms/sms_test.go

@@ -7,6 +7,6 @@ import (
 )
 
 func TestSendSms(t *testing.T) {
-	SendSms("127.35.35.35", "127.0.0.1:932", "01", "15225277818", fmt.Sprintf("用户00%d", i))
+	SendSms("127.35.35.35", "127.0.0.1:932", "01", "15225277818", fmt.Sprintf("用户00%d", 1))
 	time.Sleep(10 * time.Second)
 }