diff --git a/app.py b/app.py index 5171fca..357a34b 100644 --- a/app.py +++ b/app.py @@ -318,8 +318,8 @@ def search_by_email(): -# 提取字段结构 -field_structure = extract_index_structure(es, 'customer') +# # 提取字段结构 +# field_structure = extract_index_structure(es, 'customer') -# 打印字段结构 -print(json.dumps(field_structure, indent=2, ensure_ascii=False)) \ No newline at end of file +# # 打印字段结构 +# print(json.dumps(field_structure, indent=2, ensure_ascii=False)) \ No newline at end of file