hsun 2 年之前
父节点
当前提交
0af533c3db
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/constants.go

+ 1 - 1
utils/constants.go

@@ -38,6 +38,6 @@ const (
 
 
 // OSS
 // OSS
 const (
 const (
-	OssHost         = "https://hzstatic.hzinsights.com/"
+	OssHost         = "https://hongze.oss-accelerate.aliyuncs.com/"
 	OssUploadImgDir = "static/images/"
 	OssUploadImgDir = "static/images/"
 )
 )