Documentation ¶
Index ¶
Constants ¶
View Source
const CAPTCHA_URL = "http://101.35.184.3:19199/runtime/text/invoke"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseCaptcha ¶
type BaseCaptcha interface {
GetCaptcha() string
}
type Captcha ¶
type Captcha struct { // captcha pic base64 code string Base64str string // captcha input element && captcha IMG element Feature_element *rod.Element //necessary domain Domain string // search captcha url CaptchaUrl string // contains filtered or unexported fields }
func (*Captcha) GetCaptcha ¶
func (*Captcha) SetCapElement ¶
type CaptchaRequest ¶
type CaptchaResult ¶
type TestCaptcha ¶
type TestCaptcha struct { }
func (*TestCaptcha) GetCaptcha ¶
func (testCap *TestCaptcha) GetCaptcha() string
Click to show internal directories.
Click to hide internal directories.