update
This commit is contained in:
parent
bbc63afc29
commit
e5a0a6b18b
|
@ -26,6 +26,8 @@ headers = {
|
|||
'ContentType': 'application/json',
|
||||
'Authorization': "Basic " + token
|
||||
}
|
||||
|
||||
# example
|
||||
# RFID
|
||||
send1 = {
|
||||
"m": ["cid", "r", "v"],
|
||||
|
@ -90,3 +92,8 @@ def get_sql(deviceId, type):
|
|||
return air_template(deviceId)
|
||||
case _:
|
||||
return common_template(deviceId)
|
||||
|
||||
|
||||
# 监控视频接口
|
||||
def get_video_url(username):
|
||||
return f"http://192.168.1.27:8888/live/xumu_{username}.live.mp4"
|
||||
|
|
Loading…
Reference in New Issue