113 lines
2.8 KiB
Python
Executable File
113 lines
2.8 KiB
Python
Executable File
# 大华API接口
|
|
dhapis = {
|
|
"dept_tree": {
|
|
"url": "/evo-apigw/evo-brm/1.2.0/department/tree",
|
|
"method": "post"
|
|
},
|
|
"dept_create": {
|
|
"url": "/evo-apigw/evo-brm/1.0.0/department/add",
|
|
"method": "post"
|
|
},
|
|
"dept_update": {
|
|
"url": "/evo-apigw/evo-brm/1.0.0/department/update",
|
|
"method": "put"
|
|
},
|
|
"person_gen_id": {
|
|
"url": "/evo-apigw/evo-brm/1.0.0/person/generate-id",
|
|
"method": "get"
|
|
},
|
|
"person_add": {
|
|
"url": "/evo-apigw/evo-brm/1.2.0/person/subsystem/add",
|
|
"method": "post"
|
|
},
|
|
"person_update": {
|
|
"url": "/evo-apigw/evo-brm/1.2.0/person/subsystem/update",
|
|
"method": "put"
|
|
},
|
|
"person_img_upload": {
|
|
"url": "/evo-apigw/evo-brm/1.2.0/person/upload/img",
|
|
"method": "post"
|
|
},
|
|
"person_detail": {
|
|
"url": "/evo-apigw/evo-brm/1.0.0/person/subsystem/{id}",
|
|
"method": "get"
|
|
},
|
|
"device_list": {
|
|
"url": "/evo-apigw/evo-brm/1.2.0/device/subsystem/page",
|
|
"method": "get"
|
|
},
|
|
"device_detail": {
|
|
"url": "/evo-apigw/evo-brm/1.0.0/device/{deviceCode}",
|
|
"method": "get"
|
|
},
|
|
"channel_list": {
|
|
"url": "/evo-apigw/evo-brm/1.2.0/device/channel/subsystem/page",
|
|
"method": "post"
|
|
},
|
|
"card_add": {
|
|
"url": "/evo-apigw/evo-brm/1.2.0/card/add",
|
|
"method": "post"
|
|
},
|
|
"card_gen_id": {
|
|
"url": "/evo-apigw/evo-brm/1.0.0/card/generate-id",
|
|
"method": "get"
|
|
},
|
|
"card_door_authority": {
|
|
"url": "/evo-apigw/evo-accesscontrol/1.0.0/card/accessControl/doorAuthority",
|
|
"method": "post"
|
|
},
|
|
"mq_subscribe": {
|
|
"url": "/evo-apigw/evo-event/1.0.0/subscribe/mqinfo",
|
|
"method": "post"
|
|
},
|
|
"mq_unsubscribe": {
|
|
"url": "/evo-apigw/evo-event/1.0.0/subscribe/mqinfo",
|
|
"method": "delete"
|
|
},
|
|
"face_bind": {
|
|
"url": "/evo-apigw/evo-face/deptGroup/sync/bindPerson",
|
|
"method": "post"
|
|
},
|
|
"dev_tree": {
|
|
"url": "/evo-apigw/evo-face/tree/getDevChnIdsAndName",
|
|
"method": "get"
|
|
},
|
|
"dev_page": {
|
|
"url": "/evo-apigw/evo-brm/1.2.0/device/subsystem/page",
|
|
"method": "post"
|
|
},
|
|
"face_group_update": {
|
|
"url": "/evo-apigw/evo-face/groupInfo/update",
|
|
"method": "post"
|
|
},
|
|
"face_group_info": {
|
|
"url": "/evo-apigw/evo-face/groupInfo/view/{id}",
|
|
"method": "get"
|
|
}
|
|
}
|
|
|
|
# 寻息API接口
|
|
xxapis = {
|
|
"blg_list": {
|
|
"url": "/api/devicesV3/blgs",
|
|
"method": "post"
|
|
},
|
|
"ibeacon_list": {
|
|
"url": "/api/devicesV3/ibeacons",
|
|
"method": "post"
|
|
}
|
|
}
|
|
|
|
|
|
# 音响API接口
|
|
spapis = {
|
|
"user_login": {
|
|
"url": "/api/users/login",
|
|
"method": "post"
|
|
},
|
|
"device_list": {
|
|
"url": "/api/devices",
|
|
"method": "get"
|
|
}
|
|
}
|