package
Version:
v0.0.0-...-e2602fe
Opens a new window with list of versions in this module.
Published: Oct 24, 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 UserGetOneReq struct {
g.Meta `path:"/user/detail" tags:"User" method:"post,get" summary:"用户/详情"`
Id string `json:"id" v:"required#用户ID不能为空" dc:"用户ID"`
}
type UserGetOneRes struct {
Id uint32 `json:"id" dc:"ID"`
Nickname string `json:"nickname" dc:"昵称"`
CreateAt string `json:"create_at" dc:"创建时间"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.