|
@@ -12,8 +12,8 @@ import json
|
|
|
|
|
|
def get_should(title):
|
|
|
|
|
|
- # url = "http://172.17.145.178:9200/_analyze" # 线上
|
|
|
- url = "http://192.168.3.241:9200/_analyze" # 本地
|
|
|
+ url = "http://172.17.145.178:9200/_analyze" # 线上
|
|
|
+ # url = "http://192.168.3.241:9200/_analyze" # 本地
|
|
|
|
|
|
headers = {"Content-Type": "application/json"}
|
|
|
|