This commit is contained in:
lwl0608 2024-07-28 14:21:24 +08:00
parent 53d7181cae
commit ac2053db11
1 changed files with 3 additions and 0 deletions

View File

@ -78,6 +78,9 @@ type Video struct {
}
func (i *Video) SelectMinSizeOssId() string {
if i.Id == 130337 {
return i.SrcId
}
if i == nil {
return ""
}