npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@dogeui/ziapifor3d

v0.0.5

Published

A react library developed with dumi

Readme

@dogeui/ziapifor3d

三维模型控制类

https://zifoms.boeplat.com.cn/zi3dms/

| 方法名称 | 说明 | 请求参数 | Default | | :-------------- | :------------------------- | :------------- | :------ | | getUserInfo | 获取当前用户信息 | null | null | | getSenceDevice | 查询场景下设备 | ISenceDevice | null | | getDeviceRole | 获取设备权限 | IDeviceRole | null | | getSceneInfo | 获取场景信息 | ISceneInfo | null | | getSceneInfoAll | 获取所有场景信息 | null | null | | getUserList | 根据工号或姓名用户模糊查询 | IUserList | null | | getGuardRemote | 门禁远程控制 | IGuardRemote | null | | getDeviceType | 获取设备类型列表 | null | null | | getDeviceQuery | 全局检索设备 | IDeviceQuery | null | | getPersonNum | 查询场景实时人数 | IPersonNum | null |

ISenceDevice

| 参数名称 | 类型 | 必填 | 描述 | 示例值 | | :--------- | :----- | :--- | :--------------------------------------- | :-------------------- | | senceld | string | | 场景 ID | 1554993947301027841 | | deviceCode | string | | guard 门禁,monitor 监控,fence 电子围栏 | [guard,monitor,fence] |

IDeviceRole

| 参数名称 | 类型 | 必填 | 描述 | 示例值 | | :--------- | :----- | :--- | :------- | :---------------------------- | | deviceld | string | | 设备 ID | 1 | | deviceCode | string | | 设备类型 | guard 或者 monitor 或者 fence |

ISceneInfo

| 参数名称 | 类型 | 必填 | 描述 | 示例值 | | :------- | :----- | :--- | :--- | :-------------------- | | building | string | | 楼栋 | 1#building,2#building | | floor | string | | 楼层 | 1F,2F.... |

IUserList

| 参数名称 | 类型 | 必填 | 描述 | 示例值 | | :----------- | :----- | :--- | :--------- | :------- | | nameOrWorkId | string | | 姓名或工号 | 10877813 |

IGuardRemote

| 参数名称 | 类型 | 必填 | 描述 | 示例值 | | :------- | :----- | :--- | :----------------------------------- | :------------------ | | guardId | string | | 门禁设备 id | 1548870905487319048 | | action | string | | 1-恢复门禁不受控制,2-开一次,3-常开 | 1 |

IDeviceQuery

| 参数名称 | 类型 | 必填 | 最大长度 | 描述 | 示例值 | | :-------------------- | :----- | :--- | :------- | :------------- | :------- | | deviceCode | string | | - | 设备编码 | guard | | deviceNameOrSerialNum | string | | - | 设备名称或编码 | 西侧走廊 |

IPersonNum

| 参数名称 | 类型 | 必填 | 最大长度 | 描述 | 示例值 | | :------- | :----- | :--- | :------- | :---------------------- | :----- | | senceId | string | | - | 查询所用楼层总人数传 -1 | 146 |

zi3dms-edge

| 方法名称 | 说明 | 请求参数 | Default | | :----------------------- | :----------------------- | :---------------------- | :------ | | postLocationQueryHistory | 查询人员历史轨迹 | ILocationQueryHistory | null | | postLocationTopic | 获取实时人员定位位 topic | ILocationTopic | null |

ILocationQueryHistory

| 参数名称 | 类型 | 必填 | 描述 | 示例值 | | :---------------- | :----- | :--- | :-------- | :------------------ | | buildingSerialNum | string | | 楼层编号 | 1#building | | floorSerialNum | string | | 楼层编号 | 1F | | cardId | string | | 定位卡 ID | 33240 | | start | string | | 起始时间 | 2022-07-31 08:12:34 | | end | string | | 结束时间 | 2022-07-31 09:12:34 |

ILocationTopic

| 参数名称 | 类型 | 必填 | 描述 | 示例值 | | :---------------- | :----- | :--- | :------- | :-------------- | | buildingSerialNum | string | | 楼栋编号 | 1#building | | floorSerialNum | string | | 楼层编号 | 1F | | cardIdList | array | | 卡号 | [213221,231431] |