|
@@ -5,7 +5,7 @@ import json
|
|
|
import time
|
|
|
import requests
|
|
|
|
|
|
-url = "http://localhost:8888/matchArticle"
|
|
|
+url = "http://47.99.132.47:8888/matchArticleV1"
|
|
|
|
|
|
body = {
|
|
|
"videoId": "21006075",
|
|
@@ -20,4 +20,5 @@ header = {
|
|
|
response = requests.post(url, json=body, headers=header, timeout=600)
|
|
|
b = time.time()
|
|
|
print(b - a)
|
|
|
+print(response.text)
|
|
|
print(json.dumps(response.json(), ensure_ascii=False, indent=4))
|