New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ep-open-tool

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ep-open-tool

蚂蚁因公付对外SDK基础库

  • 1.0.3
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ep-open-tool

蚂蚁因公付对外SDK基础库


Usage

依赖安装

npm i ep-open-tool --save

项目使用

import { Staff } from 'ep-open-tool'

// 生成员工端签约页面地址
const jumpUrl = Staff.generateSignUrl({
    bizSceneCode: '接入时约定的bizSceneCode',
    accountId: '企业的id'
});

// 生成可以支持从端外跳转到支付宝端内的landing页链接
const jumpLandingUrl = Staff.generateLandingUrl('能在支付包里打开的访问地址');

FAQs

Package last updated on 09 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc