Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvelopeService ¶
func NewEnvelopService ¶
func NewEnvelopService() EnvelopeService
type RedEnvelopAlgo ¶
type RegisterMode ¶
type RegisterMode int
RegisterMode 注册渠道
const ( Phone RegisterMode = iota WeiXin )
type User ¶
type User struct {
ID uint
Name string
Phone string
Gender Gender
Avatar string
RegisterMode RegisterMode
ThirdPartyID string
EncryptPwd string
CreateTime time.Time
}
User (BO)用户业务对象
type UserService ¶
func NewUserService ¶
func NewUserService() UserService
Click to show internal directories.
Click to hide internal directories.