Commit 23be6f2f by Li Feifei

Update upload.go

parent 3ec48d9b
Pipeline #10685 passed with stages
in 25 seconds
......@@ -189,7 +189,7 @@ func Down(v *models.XyuSmallTempFiles) {
fmt.Println(err)
return
}
furl := "https://xiaoyu-live.oss-cn-beijing.aliyuncs.com/" + objectName
furl := "https://xiaoyu-live.oss-cn-beijing-internal.aliyuncs.com/" + objectName
maps, err := getFileInfo(furl)
if err != nil {
fmt.Println(err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment