typed-wx-api
TypeScript icon, indicating that this package has built-in type declarations

1.1.13 • Public • Published

微信公众号和企业微信API

模块状态

  • NPM version

Installation

$ npm install typed-wx-api

Usage

import {WeixinAPI} from 'typed-wx-api'

async function() {
  const api = new WeixinAPI({
    appid: appid,
    secret: secret
  });
  const result = await api.getMenu();
}

Readme

Keywords

Package Sidebar

Install

npm i typed-wx-api

Weekly Downloads

5

Version

1.1.13

License

MIT

Unpacked Size

3.49 MB

Total Files

512

Last publish

Collaborators

  • logerzhu