fix: 图片链接修改

This commit is contained in:
wangxinyu 2024-12-23 17:18:21 +08:00
parent ea97628ded
commit b89fd9638b
2 changed files with 1 additions and 9 deletions

View File

@ -636,6 +636,4 @@ const (
ErrCodeRavenIQTestVisitSrvFail ErrCode = -102001 // 瑞文智商测试访问表服务错误
ErrCodeRavenIQTestVisitNotExist ErrCode = -102002 // 瑞文智商测试访问表不存在
//
ErrCodeVip ErrCode = -102003
)

View File

@ -1,7 +1,6 @@
package logic
import (
"math/rand"
"service/api/consts"
"service/app/mix/dao"
"service/dbstruct"
@ -35,10 +34,5 @@ func (v *Image) TransToCImage(image *dbstruct.Image, isAMember int64) *dbstruct.
}
func (v *Image) getFileServerDomain() string {
return "https://filecdntx01.tiefen.fun/"
if rand.Intn(100) < 50 {
return "https://filecdntx01.tiefen.fun/"
}
return "https://filecdn01.tiefen.fun/"
//return defaultMediaFiller.fileServerDomainName
return "https://levianderwinv01.tiefen.space/"
}