package mobile import ( "testing" ) func TestSendVerifyCode(t *testing.T) { err := SendVerifyCode("18180948107") if err != nil { t.Fatal(err) } }