Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaptchaLogic ¶
func NewCaptchaLogic ¶
func NewCaptchaLogic(ctx context.Context, svcCtx *svc.ServiceContext) CaptchaLogic
func (*CaptchaLogic) Captcha ¶
func (l *CaptchaLogic) Captcha(req types.GetCaptchaReq) (*types.GetCaptchaResp, error)
type LoginLogic ¶
func NewLoginLogic ¶
func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) LoginLogic
type ModifyUserInfoLogic ¶
func NewModifyUserInfoLogic ¶
func NewModifyUserInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) ModifyUserInfoLogic
func (*ModifyUserInfoLogic) ModifyUserInfo ¶
func (l *ModifyUserInfoLogic) ModifyUserInfo(req types.ModifyUserInfoReq, uid int64) error
type Register2Logic ¶
func NewRegister2Logic ¶
func NewRegister2Logic(ctx context.Context, svcCtx *svc.ServiceContext) Register2Logic
func (*Register2Logic) Register2 ¶
func (l *Register2Logic) Register2(req types.Register2Req) error
注册完成后就需要填写用户信息,填写完成后才算注册成功(目前只有手机号注册登录需要走这步)
type RegisterCoreLogic ¶
func NewRegisterCoreLogic ¶
func NewRegisterCoreLogic(ctx context.Context, svcCtx *svc.ServiceContext) RegisterCoreLogic
func (*RegisterCoreLogic) RegisterCore ¶
func (l *RegisterCoreLogic) RegisterCore(req types.RegisterCoreReq) (*types.RegisterCoreResp, error)
type UserInfoLogic ¶
func NewUserInfoLogic ¶
func NewUserInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) UserInfoLogic
Click to show internal directories.
Click to hide internal directories.