v1

package
v0.0.0-...-e2602fe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserGetOneReq

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

type UserGetOneRes struct {
	Id       uint32 `json:"id" dc:"ID"`
	Nickname string `json:"nickname" dc:"昵称"`
	CreateAt string `json:"create_at" dc:"创建时间"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL