MOD:增加入参
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -596,6 +596,8 @@ doc_reocr_args = { | ... | @@ -596,6 +596,8 @@ doc_reocr_args = { |
| 596 | 596 | ||
| 597 | batch_reocr_args = { | 597 | batch_reocr_args = { |
| 598 | 'application_entity': fields.Str(required=True), | 598 | 'application_entity': fields.Str(required=True), |
| 599 | 'create_time_start': fields.Date(required=False), | ||
| 600 | 'create_time_end': fields.Date(required=False), | ||
| 599 | } | 601 | } |
| 600 | 602 | ||
| 601 | 603 | ... | ... |
-
Please register or sign in to post a comment