Documentation ¶ Index ¶ Variables type SignIn func (si *SignIn) Execute(body []byte) (string, error) func (si *SignIn) Kind() string Constants ¶ This section is empty. Variables ¶ View Source var ( ErrGetToken = errors.New("get token failed") ErrTokenNotFound = errors.New("token not found") ErrUserNameNotFound = errors.New("user name not found") ) Functions ¶ This section is empty. Types ¶ type SignIn ¶ type SignIn struct{} Deprecated SignIn 官方加了 ddos 机制, 导致签到失败, 需要重新测试 func (*SignIn) Execute ¶ func (si *SignIn) Execute(body []byte) (string, error) func (*SignIn) Kind ¶ func (si *SignIn) Kind() string Source Files ¶ View all Source files hpi.go Click to show internal directories. Click to hide internal directories.