Commit 894804d0 by Li Feifei

debug

parent 62fb1ede
Pipeline #15678 passed with stages
in 30 seconds
...@@ -227,7 +227,7 @@ func (f *ObtainFile) Fail() { ...@@ -227,7 +227,7 @@ func (f *ObtainFile) Fail() {
"code": 400, "code": 400,
"uuid": f.r.Uuid, "uuid": f.r.Uuid,
"room_num": f.r.RoomNum, "room_num": f.r.RoomNum,
"path": f.parser.dataPath, "path": f.parser.dataPath(),
}); err != nil { }); err != nil {
g.Log().Async().Error(err) g.Log().Async().Error(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