新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

model.go 57 Bytes
package model

const (
	IsDeleted  = 1
	NotDeleted = 0
)