幽冥大陆(一百07)—门禁局域网http获取名单—东方仙盟练气期

获取名单列表

Url 地址:http://deviceAddress:port/getAllDeviceIdWhiteList

请求方式:post

发送消息的内容

|--------|----------|--------|
| 数据类型 | 字段名称 | 说明 |
| String | password | 设备用户密码 |

接受消息应答数据内容

|--------|---------|------------------------|
| 数据类型 | 字段名称 | 说明 |
| String | message | 提示消息 |
| int | result | 0 成功; 1,参数设置错误;2,密码错误; |
| Object | data | 消息体 |

消息体的内容

|------------|-----------|--------------|
| 数据类型 | 字段名称 | 说明 |
| String[] | idNumList | 表示人员的唯一编号的数组 |

示例

复制代码
url:http://192.168.1.135:8091/getAllDeviceIdWhiteList`

`发送:`
`{"password":"123456"}`

`返回:`
`{`
`"data":"{\n\t\"idList\":\n\t[\n\t\t\"3886\",\n\t\t\"3887\",\n\t\t\"3888\"}",`
`    "message" : "Get All Device   White List Success",`
`    "result" : 0`
`}`

`

获取名单详情

Url 地址:http://deviceAddress:port/getDeviceWhiteListDetailByIdNum

请求方式:post

发送消息的内容

|--------|----------|--------|
| 数据类型 | 字段名称 | 说明 |
| String | password | 设备用户密码 |
| Object | data | 消息体 |

消息体的内容

|--------|-----------------|-----------|
| 数据类型 | 字段名称 | 说明 |
| String | employee_number | 表示人员的唯一编号 |

接受消息应答数据内容

|--------|---------|------------------------|
| 数据类型 | 字段名称 | 说明 |
| String | message | 提示消息 |
| int | result | 0 成功; 1,参数设置错误;2,密码错误; |
| Object | data | 消息体 |

消息体的内容

|--------|-----------------|---------------------------------------------------------------|
| 数据类型 | 字段名称 | 说明 |
| String | usertype | user类型;white(白名单),black(黑名单) |
| String | name | 姓名 |
| String | sex | 男,女 |
| String | nation | 民族 |
| String | idno | 身份证号 |
| String | peoplestartdate | 名单有效期开始 |
| String | peopleenddate | 名单有效期结束 |
| String | idissue | 身份证签发机关 |
| String | idaddress | 身份证地址 |
| String | icno | ic卡号 20180716 |
| int | TimeGroupId | 0:任意时间识别成功都可同行 1:周一到周日指定时间段内识别成功才能通行,时间段外提示"无权限进入,请在指定时间段内识别" |
| String | register_base64 | 名单的base64字符串 |

示例

复制代码
url:http://192.168.1.135:8091/getDeviceWhiteListDetailByIdNum`

`发送:`
`{"password":"123456","data":{"employee_number":"5463"}}`

`返回:`
`{`
    `"data"` `:` 
    `{`
        `"TimeGroupId"` `:` `0,`
        `"icno"` `:`   `"0020202469",`
        `"idaddress"` `:` `"",`
        `"idissue"` `:` `"",`
        `"idno"` `:` `"",`
        `"name"` `:` `"2573",`
        `"nation"` `:` `"",`
        `"peopleenddate"` `:`   `"2030-12-18 15:18:20",`
        `"peoplestartdate"` `:`   `"2020-12-18 15:18:20",`
        `"register_base64"` `:`   `"/9j/4AAQSkZ....",`
        `"sex"` `:` `"男",`
        `"usertype"` `:`   `"white"`
    `},`
    `"message"` `:` `"Get Device   White Detail By ID Number Success",`
    `"result"` `:` `0`
`}`
`

阿雪技术观

在科技发展浪潮中,我们不妨积极投身技术共享。不满足于做受益者,更要主动担当贡献者。无论是分享代码、撰写技术博客,还是参与开源项目维护改进,每一个微小举动都可能蕴含推动技术进步的巨大能量。东方仙盟是汇聚力量的天地,我们携手在此探索硅基生命,为科技进步添砖加瓦。

Hey folks, in this wild tech - driven world, why not dive headfirst into the whole tech - sharing scene? Don't just be the one reaping all the benefits; step up and be a contributor too. Whether you're tossing out your code snippets, hammering out some tech blogs, or getting your hands dirty with maintaining and sprucing up open - source projects, every little thing you do might just end up being a massive force that pushes tech forward. And guess what? The Eastern FairyAlliance is this awesome place where we all come together. We're gonna team up

相关推荐
克莱因3583 分钟前
思科 Cisco 路由重发布
网络·路由
乾元14 分钟前
《硅基之盾》番外篇一:时间的折叠——AI 时代下的物理隔离与传统工控(ICS/OT)安全
网络·人工智能·安全·网络安全·架构
千枫s16 分钟前
kali怎么制作所有长度的爆破字典
网络·网络安全
云飞云共享云桌面22 分钟前
研发部门使用SolidWorks和ug,cad,设计共享云桌面应该怎么选?
运维·服务器·网络·人工智能·3d
AI_Claude_code26 分钟前
ZLibrary访问困境方案二:DNS-over-HTTPS/TLS配置与隐私保护实践
爬虫·python·网络协议·http·网络安全·https·网络爬虫
BullSmall28 分钟前
linux 系统下模拟网络丢失和ping延迟,可以怎么来模拟
linux·网络·php
亚空间仓鼠29 分钟前
OpenEuler系统常用服务(十)
linux·运维·服务器·网络
同聘云29 分钟前
阿里云国际站 服务器的“客户端” (Client) 和 “服务器” (Server)到底是什么?有什么区别?
服务器·网络·阿里云·云计算·云小强
ZGi.ai42 分钟前
一个LLM网关需要处理哪些工程问题?多模型路由与成本归因实战
大数据·网络·人工智能
BioRunYiXue42 分钟前
AlphaGenome:DeepMind 新作,基因组学迎来 Alpha 时刻
java·linux·运维·网络·数据库·人工智能·eclipse