1.0.9 • Published 4 years ago

wechat-platform-api v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago