package
Version:
v0.0.0-...-2022bb5
Opens a new window with list of versions in this module.
Published: Oct 23, 2024
License: MIT
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 InfoReq struct {
g.Meta `path:"account/info" method:"get" sm:"获取账户信息" tags:"账户"`
}
type InfoRes struct {
Id int `json:"id"`
Username string `json:"username"`
Phone string `json:"phone"`
Lib *Lib `json:"lib"`
}
type Lib struct {
LibId int `json:"lib_id"`
LibName string `json:"lib_name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.