mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-08 02:03:42 +08:00
feat: 注册短信验证码验证功能已经开启
This commit is contained in:
5
api/go/service/sms_service.go
Normal file
5
api/go/service/sms_service.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package service
|
||||
|
||||
type SmsService interface {
|
||||
SendVerifyCode(mobile string, code int) error
|
||||
}
|
||||
Reference in New Issue
Block a user