https://github.com/chf007/egg-qywx
企业微信API Egg 插件
https://github.com/chf007/egg-qywx
egg egg-plugin egg-qywx eggjs eggplugin qiye qywx
Last synced: about 1 year ago
JSON representation
企业微信API Egg 插件
- Host: GitHub
- URL: https://github.com/chf007/egg-qywx
- Owner: chf007
- License: mit
- Created: 2018-09-07T02:54:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T06:09:42.000Z (over 2 years ago)
- Last Synced: 2025-04-15T18:47:42.988Z (about 1 year ago)
- Topics: egg, egg-plugin, egg-qywx, eggjs, eggplugin, qiye, qywx
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# egg-qywx
企业微信API Egg 插件,日前只持 Egg2.x 以上版本
## 安装
```
npm install egg-qywx
```
## 启用
```
// config/plugin.js
exports['qywx'] = {
enable: true,
package: 'egg-qywx',
};
```
## 配置说明
```
// config/config.default.js
config.qywx = {
corpid: 'xxx', // 企业微信企业ID 必填
secret: 'xxx', // 企业微信应用密钥 必填
agentid: 'xxx', // 企业微信应用ID 必填
};
```
## 目前支持API
- 查询用户