geekai/api/go/service/sms_service.go

6 lines
94 B
Go

package service
type SmsService interface {
SendVerifyCode(mobile string, code int) error
}