This commit is contained in:
lwl0608 2024-03-12 21:21:46 +08:00
parent b49ed96c2a
commit f781786e13
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ func SetFileServerDomainName(fileServerDomainName string) {
func (p *MediaFiller) GetFileServerDomain() string {
// cdn测试
//if rand.Intn(100) < 20 {
return "https://filecdn01.tiefen.fun/"
//return "https://filecdn01.tiefen.fun/"
//}
return defaultMediaFiller.fileServerDomainName
}