by Robin at 20240516

This commit is contained in:
Leufolium 2024-05-16 14:09:31 +08:00
parent ca2afc7e0a
commit f21050d3f2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ func (p *MediaFiller) GetFileServerDomain() string {
} }
func (p *MediaFiller) GetInternalFileServerDomain() 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 { func FillEntity(ctx *gin.Context, entity MediaFillable) error {