package request type AudioReq struct { AudioId int AudioName string AnalystId int AnalystName string SrcUrl string PermissionIds string DurationMillisecond int } type VideoReq struct { VideoId int VideoName string AnalystId int AnalystName string CoverSrc string SrcUrl string PermissionIds string DurationMillisecond int } type ImageReq struct { ImageId int ImageName string SrcUrl string PermissionId int }