package
Version:
v0.0.0-...-5961e9c
Opens a new window with list of versions in this module.
Published: Aug 24, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CaptchaReq struct {
g.Meta `path:"/get" tags:"验证码" method:"get" summary:"获取验证码"`
}
type CaptchaRes struct {
g.Meta `mime:"application/json"`
Key string `json:"key"`
Img string `json:"img"`
}
type ListRes struct {
CurrentPage int `json:"currentPage"`
Total int `json:"total"`
}
ListRes 列表公共返回
Source Files
¶
Click to show internal directories.
Click to hide internal directories.