Merge branch 'feature/portal-reocr' into feature/uat-tmp
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2287,7 +2287,7 @@ class InvoiceQueryInfoView(GenericView): | ... | @@ -2287,7 +2287,7 @@ class InvoiceQueryInfoView(GenericView): |
2287 | self.running_log.error("invoice info request to java error, url:{0}, param:{1}, errorMsg:{2}".format( | 2287 | self.running_log.error("invoice info request to java error, url:{0}, param:{1}, errorMsg:{2}".format( |
2288 | url, json.dumps(body), traceback.format_exc())) | 2288 | url, json.dumps(body), traceback.format_exc())) |
2289 | 2289 | ||
2290 | class DocReOcrView(GenericView): | 2290 | class DocReOcrView(GenericView, DocHandler): |
2291 | 2291 | ||
2292 | # 现有文件重新识别接口 | 2292 | # 现有文件重新识别接口 |
2293 | @use_args(doc_reocr_args, location='data') | 2293 | @use_args(doc_reocr_args, location='data') | ... | ... |
-
Please register or sign in to post a comment