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 `` /* 145-byte string literal not displayed */
model.TaskFileCopyFieldReq
}
文件任务详情复制字段值接口请求参数
type CopyFieldRes ¶
type CopyFieldRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.TaskFileCopyFieldRes
}
文件任务详情复制字段值接口响应参数
type DetailReq ¶
type DetailReq struct {
g.Meta `path:"/detail" method:"get" auth:"true" role:"user,reseller,admin" tags:"task_audio" summary:"文件任务详情接口"`
Id string `json:"id"`
}
文件任务详情接口请求参数
type DetailRes ¶
type DetailRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.TaskFileDetailRes
}
文件任务详情接口响应参数
type FilePageReq ¶
type FilePageReq struct {
g.Meta `path:"/page" method:"post" auth:"true" role:"user,reseller,admin" tags:"task_audio" summary:"文件任务分页列表接口"`
model.TaskFilePageReq
}
文件任务分页列表接口请求参数
type FilePageRes ¶
type FilePageRes struct {
g.Meta `mime:"application/json" example:"json"`
*model.TaskFilePageRes
}
文件任务分页列表接口响应参数
Click to show internal directories.
Click to hide internal directories.