1.1.0 • Published 2 years ago

ep-open-tool v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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',
});

// 生成可以支持从支付宝端外跳转到支付宝端内的签约页面地址
const jumpLandingUrl = Staff.generateLandingSignUrl({
  bizSceneCode: '接入时约定的bizSceneCode',
  accountId: '企业的id',
});