BUG-20240729 #656

Merged
chenhao merged 3 commits from BUG-20240729 into test 2024-07-29 13:15:38 +08:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit ac2053db11 - Show all commits

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 ""
}