This commit is contained in:
Gordon
2022-06-30 16:27:39 +08:00
parent e5ccc1dd36
commit 832871d49d
4 changed files with 193 additions and 73 deletions
+5
View File
@@ -0,0 +1,5 @@
package register
type SMS interface {
SendSms(code int, phoneNumber string) (resp interface{}, err error)
}