Commit e00bd56e by Li Feifei

Update upload.go

parent 4bcc3976
Pipeline #14368 passed with stages
in 29 seconds
......@@ -216,8 +216,8 @@ func Down(v *models.XyuSmallTempFiles) {
room_file["files_size"] = strconv.Itoa(int(maps["FileSize"].(float64)))
link := strings.Replace(v.Url, "xiaoyu-live.oss-cn-beijing-internal.aliyuncs.com", "desktop.offcncloud.com", -1)
room_file["link"] = link
wordFloat64 := getWords(maps)
room_file["page_count"] = wordFloat64
downUrl := fmt.Sprintf("http://doc.offcncloud.com/?info=1&words=%v&ssl=1&furl=%s",
wordFloat64, furl)
......
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