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