add user id
This commit is contained in:
@ -81,7 +81,7 @@ def get_status():
|
|||||||
"regionName": offline_device,
|
"regionName": offline_device,
|
||||||
"eventLvl": 2,
|
"eventLvl": 2,
|
||||||
"data": {"typeName": f"{offline_device}离线"},
|
"data": {"typeName": f"{offline_device}离线"},
|
||||||
"userIds": ["2110"],
|
"userIds": ["2110", "1815", "1926", "2097"],
|
||||||
}
|
}
|
||||||
resp = requests.post(
|
resp = requests.post(
|
||||||
"http://192.168.20.115:8000/ipaasuat/engine_company/anycross/trigger/callback/MmRhZTE4OTRiYjVkZDQ5YWNmOGRmZDI0NjQ1MTBlODUw",
|
"http://192.168.20.115:8000/ipaasuat/engine_company/anycross/trigger/callback/MmRhZTE4OTRiYjVkZDQ5YWNmOGRmZDI0NjQ1MTBlODUw",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "hik-uptime"
|
name = "hik-uptime"
|
||||||
version = "0.1.3"
|
version = "0.2.3"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["quantulr <35954003+quantulr@users.noreply.github.com>"]
|
authors = ["quantulr <35954003+quantulr@users.noreply.github.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Reference in New Issue
Block a user