Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyFieldReq ¶
type CopyFieldReq struct {
g.Meta `` /* 144-byte string literal not displayed */
model.LogVideoCopyFieldReq
}
视频日志详情复制字段值接口请求参数
type CopyFieldRes ¶
type CopyFieldRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.LogVideoCopyFieldRes
}
视频日志详情复制字段值接口响应参数
type DetailReq ¶
type DetailReq struct {
g.Meta `path:"/detail" method:"get" auth:"true" role:"user,reseller,admin" tags:"log_video" summary:"视频日志详情接口"`
Id string `json:"id"`
}
视频日志详情接口请求参数
type DetailRes ¶
type DetailRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.LogVideoDetailRes
}
视频日志详情接口响应参数
Click to show internal directories.
Click to hide internal directories.