Explorar el Código

241127-1代码。

baoyubo hace 8 meses
padre
commit
bdd8ccf341
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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