Commit 22e832ce by Li Feifei

fix filename

parent 1f8f1f53
Pipeline #15676 passed with stages
in 30 seconds
......@@ -236,7 +236,7 @@ func (f *ObtainFile) Fail() {
// 上传成功通知
func (f *ObtainFile) Success(roomID int) {
m := g.Map{
"name": f.parser.name,
"name": f.r.Name,
"file_name_hash": f.parser.nameHash(),
"hash": f.parser.contentHash(),
"path": f.parser.dataPath(),
......
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