fix prese empty result
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -479,7 +479,7 @@ def get_empty_result(): | ... | @@ -479,7 +479,7 @@ def get_empty_result(): |
| 479 | "input": "", | 479 | "input": "", |
| 480 | "ocr": "", | 480 | "ocr": "", |
| 481 | "field_is_pass": False, | 481 | "field_is_pass": False, |
| 482 | "comments": "未查找到OCR识别结果" | 482 | "comments": "预放款结果超时未返回,请直接提交放款" |
| 483 | }] | 483 | }] |
| 484 | }] | 484 | }] |
| 485 | } | 485 | } | ... | ... |
-
Please register or sign in to post a comment