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 🙏

© 2024 – Pkg Stats / Ryan Hefner

hxkj-fed-pc-equipdock

v1.0.5

Published

<!-- * @Author: song * @Date: 2022-04-27 10:30:18 * @LastEditors: song * @LastEditTime: 2022-04-29 16:10:06 * @FilePath: \fed-pc-equipdock\README.md * @Description: * * Copyright (c) 2022 by 用户/公司名, All Rights Reserved. -->

Downloads

10

Readme

hxkj-fed-pc-equipdock

汇信科技 签字捺印 npm 包

开始使用

npm i hxkj-fed-pc-equipdock

调用

import HxkhSignatureStamps from 'hxkj-fed-pc-equipdock';
const systemInfo = {
  systemName: '笔录系统',
  userName: 'xxx',
};
const signCallback = (res) => {
  if (res.code === 200) {
    if (res.data.signType ==='jieYu') {
      // 捷宇逻辑
    } else if (res.data.signType === 'faDu') {
      // 法度逻辑
    }
  } else {
    // 失败逻辑
  }
};
const sign = new HxkhSignatureStamps();
sign.init(pdfBase64, signCallback, systemInfo);

入参数说明:

  • pdfBase64 pdf
  • msgCallback 处理回调传数据给函数
  • systemInfo 系统信息 systemName:系统名称 userName:账号名称

出参数说明:

  • signType 设备类型
  • base64File base64 格式的视频
  • requestId 签名 id(法度参数)
  • base64Video base64 格式的视频(捷宇参数)
  • xml xml 格式 pdf(捷宇参数)

本地调试

npm link

本地项目链接本地 npm 包

关于签字捺印板

相关文档放在 捺印板对接 目录

安装:两个软件之后,需要修改安装目录下的 'cfg/system.ini',其中的 UnitServerUrl=http://tx21.faduit.cn:17788/dzqm

注册平台用户名与密码 songg5258/123456

.env 除 production 其余 VUE_APP_APPKEY = 'HX_BAXT'

VUE_APP_APPSECRET = 'c9160900744611ec906ec176c7b02013'

然后可以开始使用了

关于捷宇签字捺印板

相关文档放在 捷宇捺印板对接 目录

安装:信息交互终端控件(多浏览器后台服务)_20210902.exe 安装完成后,解压一键升级工具-TJ20220324.zip,点击一键升级工具(最好在签字捺印板在线点击) 安装完成后按《信息交互终端多浏览器接口说明文档.pdf》进行相关的功能开发,也可参考 2.demo.rar 中的事例进行功能开发

然后可以开始使用了