1.0.0 • Published 7 years ago

wechat-work-node v1.0.0

Weekly downloads
4
License
MIT
Repository
-
Last release
7 years ago

概述

该工程用于请求企业微信,接口形态采用微信官方 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"
});