Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetCaptchaLogic ¶
func NewGetCaptchaLogic ¶
func NewGetCaptchaLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetCaptchaLogic
func (*GetCaptchaLogic) GetCaptcha ¶
func (l *GetCaptchaLogic) GetCaptcha() (resp *types.CaptchaResp, err error)
type GetEmailCaptchaLogic ¶ added in v1.0.13
func NewGetEmailCaptchaLogic ¶ added in v1.0.13
func NewGetEmailCaptchaLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetEmailCaptchaLogic
func (*GetEmailCaptchaLogic) GetEmailCaptcha ¶ added in v1.0.13
func (l *GetEmailCaptchaLogic) GetEmailCaptcha(req *types.EmailCaptchaReq) (resp *types.BaseMsgResp, err error)
type GetSmsCaptchaLogic ¶ added in v1.0.13
func NewGetSmsCaptchaLogic ¶ added in v1.0.13
func NewGetSmsCaptchaLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSmsCaptchaLogic
func (*GetSmsCaptchaLogic) GetSmsCaptcha ¶ added in v1.0.13
func (l *GetSmsCaptchaLogic) GetSmsCaptcha(req *types.SmsCaptchaReq) (resp *types.BaseMsgResp, err error)
Click to show internal directories.
Click to hide internal directories.