ソースを参照

更新

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


読み込み中…
キャンセル
保存