Commit 38be9902 by Li Feifei

debug

parent 35ba35ce
Pipeline #15694 passed with stages
in 34 seconds
......@@ -238,6 +238,9 @@ func (f *ObtainFile) Fail() {
// 上传成功通知
func (f *ObtainFile) Success(roomID int) {
fmt.Println("link == ", strings.Replace(f.parser.url, ossIntranetLink, uploadFileLinkHost, -1))
if err := f.n.notice("/web/room_files_add", g.Map{
"name": f.R.Name,
"file_name_hash": f.parser.nameHash(),
......
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