v1

package
v0.0.0-...-042122a Latest Latest
Warning

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

Go to latest
Published: Aug 7, 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 InfoReq

type InfoReq struct {
	g.Meta `path:"account/info" method:"get" sm:"获取账户信息" tags:"账户"`
}

type InfoRes

type InfoRes struct {
	Id       int    `json:"id"`
	Username string `json:"username"`
	Phone    string `json:"phone"`
	Lib      *Lib   `json:"lib"`
}

type Lib

type Lib struct {
	LibId   int    `json:"lib_id"`
	LibName string `json:"lib_name"`
}

Jump to

Keyboard shortcuts

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