|
@@ -48,7 +48,7 @@ body5 = {
|
|
|
headers = {"Content-Type": "application/json"}
|
|
|
|
|
|
a = time.time()
|
|
|
-response = requests.post(url=url, headers=headers, json=body5)
|
|
|
+response = requests.post(url=url, headers=headers, json=body1)
|
|
|
b = time.time()
|
|
|
print(json.dumps(response.json(), ensure_ascii=False, indent=4))
|
|
|
print(b - a)
|