Documentation ¶
Index ¶
Constants ¶
View Source
const ( URL = "https://hunter.qianxin.com/openApi/search?api-key=%s&search=%s&page=%d&page_size=%d" Size = 100 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { Username string `json:"username"` ApiKey string `json:"api-key"` Search string `json:"search"` StartTime string `json:"start_time"` EndTime string `json:"end_time"` Page int `json:"page"` PageSize int `json:"page_size"` IsWeb int `json:"is_web"` StatusCode string `json:"status_code"` }
type ResponseDataArr ¶
Click to show internal directories.
Click to hide internal directories.