fix
This commit is contained in:
parent
53d7181cae
commit
ac2053db11
|
@ -78,6 +78,9 @@ type Video struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (i *Video) SelectMinSizeOssId() string {
|
func (i *Video) SelectMinSizeOssId() string {
|
||||||
|
if i.Id == 130337 {
|
||||||
|
return i.SrcId
|
||||||
|
}
|
||||||
if i == nil {
|
if i == nil {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue