Browse Source

241127-1代码。

baoyubo 7 months ago
parent
commit
bdd8ccf341
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/hk_video_api.py

+ 1 - 1
utils/hk_video_api.py

@@ -5,7 +5,7 @@ import requests
 def get_video_url(id: str, protocol: str):
     video_url = ""
     # api_url = "http://10.181.7.217:8081/previewURLs"
-    api_url = "http://127.0.0.1:8081/previewURLs"
+    api_url = "http://10.181.7.236:8081/previewURLs"
     params = {
         "cameraIndexCode": id,
         "protocol": protocol