소스 검색

更新

master
huangjiajun 2 달 전
부모
커밋
80821c645a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      app/hdl/hdl_qiniuyun.go

+ 1
- 2
app/hdl/hdl_qiniuyun.go 파일 보기

@@ -104,8 +104,7 @@ func getFileNameURL(c *gin.Context, filename string) string {

protocol := NewSysCfgDb.SysCfgGetWithDb("file_bucket_scheme")
domain := NewSysCfgDb.SysCfgGetWithDb("file_bucket_host")
imgformat := NewSysCfgDb.SysCfgGetWithDb("file_avatar_thumbnail")
if protocol != "" && domain != "" && imgformat != "" {
if protocol != "" && domain != "" {
return protocol + "://" + domain + "/" + filename
}
return filename


불러오는 중...
취소
저장