Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResetPageNumber ¶
ResetPageNumber when page number is empty
Types ¶
type CaptchaRequest ¶
type CaptchaRequest struct { // 验证码 // // required: false // min: 1 Captcha string `json:"captcha"` // 验证码ID // // required: false // min: 1 CaptchaID string `json:"captchaID"` }
CaptchaRequest model swagger:model CaptchaRequest
type PaginationRequest ¶
type PaginationRequest struct { // 分页长度 // // required: false // min: 1 Rows int `json:"rows"` // 要请求的页面 // // required: false // min: 1 PageNumber int `json:"pageNumber"` }
PaginationRequest model swagger:model PaginationRequest
Click to show internal directories.
Click to hide internal directories.