Commit de68daef by Li Feifei

Update upload.go

parent 809bccc0
Pipeline #9700 passed with stages
in 27 seconds
...@@ -198,7 +198,8 @@ func Down(v *models.XyuSmallTempFiles) { ...@@ -198,7 +198,8 @@ func Down(v *models.XyuSmallTempFiles) {
} }
room_file["files_size"] = strconv.Itoa(int(maps["FileSize"].(float64))) room_file["files_size"] = strconv.Itoa(int(maps["FileSize"].(float64)))
room_file["link"] = v.Url link := strings.Replace(v.Url, "xiaoyu-live.oss-cn-beijing-internal.aliyuncs.com", "desktop.offcncloud.com", -1)
room_file["link"] = link
wordFloat64 := getWords(maps) wordFloat64 := getWords(maps)
......
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