@@ -4,7 +4,7 @@ import requests
from exceptions import AppException
def get_ptz_info(code: str):
- api_url = "http://10.181.7.252/GetPTZInfo"
+ api_url = "http://10.181.7.166/GetPTZInfo"
params = {
"dev": code
}