fix: 图片链接修改
This commit is contained in:
parent
ea97628ded
commit
b89fd9638b
|
@ -636,6 +636,4 @@ const (
|
|||
ErrCodeRavenIQTestVisitSrvFail ErrCode = -102001 // 瑞文智商测试访问表服务错误
|
||||
ErrCodeRavenIQTestVisitNotExist ErrCode = -102002 // 瑞文智商测试访问表不存在
|
||||
|
||||
//
|
||||
ErrCodeVip ErrCode = -102003
|
||||
)
|
||||
|
|
|
@ -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/"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue