3e3f2b4f by 周伟奇

Merge branch 'feature/ltgt' into feature/0611

2 parents 299cd7cc ea785232
......@@ -145,6 +145,7 @@ class Command(BaseCommand, LoggerMixin):
for field_dict in result_dict.get('FieldList', []):
res_dict[field_dict.get('chn_key', '')] = field_dict.get('value', '')
all_res.append(res_dict)
break
@staticmethod
def parse_img_path(img_path):
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!