by Robin at 20240516
This commit is contained in:
parent
ca2afc7e0a
commit
f21050d3f2
|
@ -45,7 +45,7 @@ func (p *MediaFiller) GetFileServerDomain() string {
|
|||
}
|
||||
|
||||
func (p *MediaFiller) GetInternalFileServerDomain() string {
|
||||
return "https://wishpal-ironfan-media.oss-cn-hangzhou.aliyuncs.com/"
|
||||
return p.GetFileServerDomain()
|
||||
}
|
||||
|
||||
func FillEntity(ctx *gin.Context, entity MediaFillable) error {
|
||||
|
|
Loading…
Reference in New Issue