- mobile sms verify added.
This commit is contained in:
12
business/jxcallback/auth/mobile/mobile_test.go
Normal file
12
business/jxcallback/auth/mobile/mobile_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package mobile
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestSendVerifyCode(t *testing.T) {
|
||||
err := SendVerifyCode("18180948107")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user