Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseParam ¶
type BaseParam struct { OS string `form:"os" json:"os"` Net string `form:"net" json:"net"` Channel string `form:"channel" json:"channel"` AppVer string `form:"app_ver" json:"app_ver"` }
BaseParam 请求基础参数
type ClientInfo ¶
ClientInfo 用户快速获取访问信息
func ParseClientInfo ¶
func ParseClientInfo(c *gin.Context) ClientInfo
ParseClientInfo new client info
Click to show internal directories.
Click to hide internal directories.