wechat-work-node
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

概述

该工程用于请求企业微信,接口形态采用微信官方 style

INSTALLATION

npm install wechat-work --save --registry=http://npmjs.gagogroup.cn

USAGE

await wx.config({
  cropId: testConfig.cropId,
  cropSecret: testConfig.cropSecret
});
 
await wx.sendTextMessage({
  agentId: testConfig.testAgentId,
  content: "Hello world"
});

Readme

Keywords

Package Sidebar

Install

npm i wechat-work-node

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

46.4 kB

Total Files

64

Last publish

Collaborators

  • lovelypeople