提交 d8893e47 编写于 作者: L luojing

修复考勤导入附件不能下载的问题

上级 0e4065ff
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"uploadAttachment": {"uri": "/jaxrs/file/upload", "method": "POST", "enctype": "formData"}, "uploadAttachment": {"uri": "/jaxrs/file/upload", "method": "POST", "enctype": "formData"},
//"replaceAttachment": {"uri": "/servlet/update/{id}/document/{documentid}", "method": "POST", "enctype": "formData"}, //"replaceAttachment": {"uri": "/servlet/update/{id}/document/{documentid}", "method": "POST", "enctype": "formData"},
//"getAttachmentData": {"uri": "/servlet/download/{id}/document/{documentid}", "method": "GET"}, //"getAttachmentData": {"uri": "/servlet/download/{id}/document/{documentid}", "method": "GET"},
"getAttachmentStream": {"uri": "/jaxrs/file/download/{id}/stream", "method": "GET"}, "getAttachmentStream": {"uri": "/jaxrs/file/download/{id}/stream/true", "method": "GET"},
"listAttachmentInfo" : {"uri" : "/jaxrs/attendanceimportfileinfo/list/all"}, "listAttachmentInfo" : {"uri" : "/jaxrs/attendanceimportfileinfo/list/all"},
"deleteAttachment" : {"uri":"/jaxrs/attendanceimportfileinfo/{id}","method": "DELETE"}, "deleteAttachment" : {"uri":"/jaxrs/attendanceimportfileinfo/{id}","method": "DELETE"},
"getAttachmentInfo" : {"uri":"/jaxrs/attendanceimportfileinfo/{id}"}, "getAttachmentInfo" : {"uri":"/jaxrs/attendanceimportfileinfo/{id}"},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册