@gaopeng123/feishu-share-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.3.5 • Public • Published

feishuShareSdk

书h5分享sdk封装

Usage

export const feishuShare = feishuShareSdk({
    "proxy_prefix": "/feishuAPI", // 处理跨域
    "app_id": process.env.REACT_APP_FEISHU_APP_ID as string,
    "app_secret": process.env.REACT_APP_FEISHU_APP_SECRET as string
});

// 调用分享
feishuShare.share({url, title, image, content, onSuccess});
// 判断当前环境是否可用
feishuShare.canShare();

Readme

Keywords

Package Sidebar

Install

npm i @gaopeng123/feishu-share-sdk

Weekly Downloads

0

Version

1.3.5

License

MIT

Unpacked Size

53.7 kB

Total Files

8

Last publish

Collaborators

  • gaopeng123