package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Nov 12, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DeleteReq struct {
g.Meta `path:"/customize/delete" tags:"emoticon" method:"post" summary:"删除表情包接口"`
model.DeleteReq
}
删除表情包接口请求参数
type DeleteRes struct {
g.Meta `mime:"application/json" example:"json"`
}
删除表情包接口响应参数
type ListReq struct {
g.Meta `path:"/list" tags:"emoticon" method:"get" summary:"用户表情包列表接口"`
}
用户表情包列表接口请求参数
type ListRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.ListRes
}
用户表情包列表接口响应参数
type UploadReq struct {
g.Meta `path:"/customize/create" tags:"emoticon" method:"post" summary:"表情包上传接口"`
}
表情包上传接口请求参数
Source Files
¶
Click to show internal directories.
Click to hide internal directories.