v1

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserDetailReq

type UserDetailReq struct {
	g.Meta `path:"/detail" tags:"users" method:"get" summary:"登录用户详情接口"`
}

登录用户详情接口请求参数

type UserDetailRes

type UserDetailRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.UserDetailRes
}

登录用户详情接口响应参数

type UserDetailUpdateReq

type UserDetailUpdateReq struct {
	g.Meta `path:"/change/detail" tags:"users" method:"post" summary:"用户信息更新接口"`
	model.UserDetailUpdateReq
}

用户信息更新接口请求参数

type UserDetailUpdateRes

type UserDetailUpdateRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

用户信息更新接口响应参数

type UserEmailUpdateReq

type UserEmailUpdateReq struct {
	g.Meta `path:"/change/email" tags:"users" method:"post" summary:"用户邮箱更新接口"`
	model.UserEmailUpdateReq
}

用户邮箱更新接口请求参数

type UserEmailUpdateRes

type UserEmailUpdateRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

用户邮箱更新接口响应参数

type UserMobileUpdateReq

type UserMobileUpdateReq struct {
	g.Meta `path:"/change/mobile" tags:"users" method:"post" summary:"用户手机号更新接口"`
	model.UserMobileUpdateReq
}

用户手机号更新接口请求参数

type UserMobileUpdateRes

type UserMobileUpdateRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

用户手机号更新接口响应参数

type UserPasswordUpdateReq

type UserPasswordUpdateReq struct {
	g.Meta `path:"/change/password" tags:"users" method:"post" summary:"用户密码更新接口"`
	model.UserPasswordUpdateReq
}

用户密码更新接口请求参数

type UserPasswordUpdateRes

type UserPasswordUpdateRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

用户密码更新接口响应参数

type UserSettingReq

type UserSettingReq struct {
	g.Meta `path:"/setting" tags:"users" method:"get" summary:"用户配置信息接口"`
}

用户配置信息请求参数

type UserSettingRes

type UserSettingRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.UserSettingRes
}

用户配置信息响应参数

Jump to

Keyboard shortcuts

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