Documentation ¶
Index ¶
- func NewClient(c *conf.HTTPClient) (client *http.Client)
- type Dao
- func (d *Dao) GeeConfig(ct string, c *conf.Geetest) (gc conf.GeetestConfig, clientType string)
- func (d *Dao) PreProcess(c context.Context, mid int64, geeType string, gc conf.GeetestConfig, ...) (challenge string, err error)
- func (d *Dao) Validate(c context.Context, challenge, seccode, clientType, captchaID string, mid int64) (res *model.ValidateRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dao ¶
type Dao struct {
// contains filtered or unexported fields
}
Dao is account dao.
Click to show internal directories.
Click to hide internal directories.