SelectMinSizeOssId

This commit is contained in:
lwl0608 2024-11-24 18:28:18 +08:00
parent 301cc5a700
commit c2b1c00ec6
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ type Video struct {
var SrcVidMap = map[int64]bool{}
func (i *Video) SelectMinSizeOssId() string {
return i.SrcId720
if SrcVidMap[i.Id] {
return i.SrcId
}