From 12ac93a5847f04af8213722ca52280a97ba44269 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 29 Oct 2024 12:00:33 +0800 Subject: [PATCH] . --- app.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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