Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LikedResult ¶
type LikedResult struct { Result Anti struct { Tbs string `json:"tbs"` } `json:"anti"` ForumList []Forum `json:"forum_list"` Page struct { PageSize string `json:"page_size"` Offset int32 `json:"offset"` CurrentPage int32 `json:"current_page"` TotalCount int32 `json:"total_count"` TotalPage int32 `json:"total_page"` HasMore int32 `json:"has_more"` HasPrev int32 `json:"has_prev"` } `json:"page"` }
type LoginResult ¶
type LoginResult struct { Result Anti struct { NeedVcode int32 `json:"need_vcode"` VcodeMd5 string `json:"vcode_md5"` VcodePicUrl string `json:"vcode_pic_url"` Tbs string `json:"tbs"` } `json:"anti"` User struct { Id string `json:"id"` Name string `json:"name"` BDUSS string `json:"BDUSS"` Passwd string `json:"passwd"` Portrait string `json:"portrait"` } `json:"user"` }
type SignResult ¶
Click to show internal directories.
Click to hide internal directories.