Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@edu-fe/weixin

ccforeverd31UNLICENSED1.0.2

通用微信方法

readme

@edu-fe/weixin


# npm 安装
$ npm i -S @edu-fe/weixin

# yarn 安装
$ yarn add @edu-fe/weixin

` js

// 使用方式 import * as weixin from '@edu-fe/weixin'

// 初始化 weixin.init() .then(() => { // blabla... })

// 设置分享 weixin.setShare() .then(err => { // 分享成功 }) .catch(err => { // 分享失败 })