1.0.9 • Published 2 years ago

wechat-platform-api v1.0.9

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

微信开放平台API。

功能列表

  • 授权相关
  • 小程序相关
  • 公众号相关(未实现)

Installation

$ npm install wechat-platform-api

Usage

const { Base, Platform, Mini } = require('wechat-platform-api');

let base = new Base(xxx,xxx,xx)
let platform = new Platform(base)
// ...

npm源

// 淘宝
$ npm config set registry http://registry.npm.taobao.org/
// 原始
$ npm config set registry https://registry.npmjs.org/
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago