Commit dcf504f6 authored by 张鹏程's avatar 张鹏程

修改上传文件bug

parent 4a19fb82
......@@ -46,6 +46,7 @@ class UpLoadFiles(BaseHandler):
self.finish()
except IOError as e:
print(e)
self.write(JsonUtil.build_json(code = JsonUtil.Constants.Code_FileUp_Error,
mssage = JsonUtil.Constants.Msg_FileUp_Error))
self.flush()
......
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