package handle import "net/http" func (h *Handel) SendVerifyCode() http.HandlerFunc { return func(w http.ResponseWriter, r *http.Request) { } }