@@ -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)
}