e4c01a4b by 冯轩

FIX

1 parent 9eaa8ba9
......@@ -2081,7 +2081,7 @@ class InvoiceQueryInfoView(GenericView):
self.running_log.error("invoice info request to java error, url:{0}, param:{1}, errorMsg:{2}".format(
url, json.dumps(body), traceback.format_exc()))
class DocReOcrView(GenericView):
class DocReOcrView(GenericView, DocHandler):
# 现有文件重新识别接口
@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!