eafa702d by 周伟奇

add excel path

1 parent d63800d3
...@@ -370,4 +370,5 @@ class DocView(GenericView, DocHandler): ...@@ -370,4 +370,5 @@ class DocView(GenericView, DocHandler):
370 self.running_log.info('[mock doc upload success] [args={0}] [business_type={1}] [doc_id={2}] ' 370 self.running_log.info('[mock doc upload success] [args={0}] [business_type={1}] [doc_id={2}] '
371 '[is_priority={3}] [enqueue_res={4}]'.format(args, prefix, doc.id, 371 '[is_priority={3}] [enqueue_res={4}]'.format(args, prefix, doc.id,
372 is_priority, enqueue_res)) 372 is_priority, enqueue_res))
373 return response.ok() 373 data = {'excel_path': os.path.join(save_dir_path, '{0}.xlsx'.format(doc.id))}
374 return response.ok(data=data)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!