add user id

This commit is contained in:
quantulr
2024-04-11 10:22:31 +08:00
parent b2d2a2d38d
commit bc6d5603d7
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ def get_status():
"regionName": offline_device,
"eventLvl": 2,
"data": {"typeName": f"{offline_device}离线"},
"userIds": ["2110"],
"userIds": ["2110", "1815", "1926", "2097"],
}
resp = requests.post(
"http://192.168.20.115:8000/ipaasuat/engine_company/anycross/trigger/callback/MmRhZTE4OTRiYjVkZDQ5YWNmOGRmZDI0NjQ1MTBlODUw",

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "hik-uptime"
version = "0.1.3"
version = "0.2.3"
description = ""
authors = ["quantulr <35954003+quantulr@users.noreply.github.com>"]
readme = "README.md"