Documentation
¶
Index ¶
- type APP
- func (sfacg *APP) GetBookInfo(bookId any) (gjson.Result, error)
- func (sfacg *APP) GetBookListBySearchKeyword(keyword string, page any) ([]gjson.Result, error)
- func (sfacg *APP) GetBookListByTag(tagName string, page any) ([]gjson.Result, error)
- func (sfacg *APP) GetChapterContentText(chapterId any) (string, error)
- func (sfacg *APP) GetChapterDirList(bookId any, vipVerification bool, verificationFunc func(gjson.Result) bool) ([]gjson.Result, error)
- func (sfacg *APP) GetCookie(username, password string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APP ¶
func (*APP) GetBookListBySearchKeyword ¶
func (*APP) GetBookListByTag ¶
func (*APP) GetChapterContentText ¶
func (*APP) GetChapterDirList ¶
func (sfacg *APP) GetChapterDirList(bookId any, vipVerification bool, verificationFunc func(gjson.Result) bool) ([]gjson.Result, error)
GetChapterDirList get chapter list bookId:book id, vipVerification:whether vip verification is required, verificationFunc:verification function, return true to skip
Click to show internal directories.
Click to hide internal directories.