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 DeleteReq added in v1.0.0

type DeleteReq struct {
	g.Meta `path:"/customize/delete" tags:"emoticon" method:"post" summary:"删除表情包接口"`
	model.DeleteReq
}

删除表情包接口请求参数

type DeleteRes added in v1.0.0

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

删除表情包接口响应参数

type ListReq added in v1.0.0

type ListReq struct {
	g.Meta `path:"/list" tags:"emoticon" method:"get" summary:"用户表情包列表接口"`
}

用户表情包列表接口请求参数

type ListRes added in v1.0.0

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

用户表情包列表接口响应参数

type UploadReq added in v1.0.0

type UploadReq struct {
	g.Meta `path:"/customize/create" tags:"emoticon" method:"post" summary:"表情包上传接口"`
}

表情包上传接口请求参数

type UploadRes added in v1.0.0

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

表情包上传接口响应参数

Jump to

Keyboard shortcuts

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