Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChaoJiYing ¶
type ChaoJiYing interface {
UserInfo() (userInfo *userInfoResp, err error) // Get User info
IdentifyPic(
codeType int,
minLen int,
imgBase64 string,
) (
identifyPic *identifyPicResp,
err error,
) // Identify pictures
ReportError(picId string) (
reportError *reportErrorResp,
err error,
) // Error report and return to score
SetHttpsProxy(u string) // Set Https Proxy
SetTimeout(t time.Duration) // Set timeout (seconds)
SetUser(user string) // Set User account
SetPass(pass string) // Set User password
SetPass2(pass2 string) // Set DM5 value of user password (32-bit lower case)
SetSoftId(softId string) // Set Software ID: in the user center, the software ID can be generated
}
IChaoJiYing ChaoJiYing sdk open interface
Click to show internal directories.
Click to hide internal directories.