|
@@ -365,6 +365,7 @@ def inputMsg():
|
|
# if landType != "未找到相关数据" and landType != "" and districtName != "未找到相关数据"and districtName != "":
|
|
# if landType != "未找到相关数据" and landType != "" and districtName != "未找到相关数据"and districtName != "":
|
|
if landType in land and districtName in addtress:
|
|
if landType in land and districtName in addtress:
|
|
json_res = jsonResToDict(json_res)
|
|
json_res = jsonResToDict(json_res)
|
|
|
|
+ print(json_res)
|
|
else:
|
|
else:
|
|
json_res = "1未找到相关数据"
|
|
json_res = "1未找到相关数据"
|
|
json_res = jsonResToDict_wrong(json_res)
|
|
json_res = jsonResToDict_wrong(json_res)
|