FIX
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2081,7 +2081,7 @@ class InvoiceQueryInfoView(GenericView): | ... | @@ -2081,7 +2081,7 @@ class InvoiceQueryInfoView(GenericView): |
2081 | self.running_log.error("invoice info request to java error, url:{0}, param:{1}, errorMsg:{2}".format( | 2081 | self.running_log.error("invoice info request to java error, url:{0}, param:{1}, errorMsg:{2}".format( |
2082 | url, json.dumps(body), traceback.format_exc())) | 2082 | url, json.dumps(body), traceback.format_exc())) |
2083 | 2083 | ||
2084 | class DocReOcrView(GenericView): | 2084 | class DocReOcrView(GenericView, DocHandler): |
2085 | 2085 | ||
2086 | # 现有文件重新识别接口 | 2086 | # 现有文件重新识别接口 |
2087 | @use_args(doc_reocr_args, location='data') | 2087 | @use_args(doc_reocr_args, location='data') | ... | ... |
-
Please register or sign in to post a comment