e4c01a4b by 冯轩

FIX

1 parent 9eaa8ba9
...@@ -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')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!