UNPKG
egg-qywx
Version:
latest (1.0.0)
1.0.0
企业微信API Egg 插件
github.com/chf007/egg-qywx
chf007/egg-qywx
egg-qywx
/
app.js
8 lines
(5 loc)
•
88 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= app => { app.beforeStart(async () => { app.qywx = {}; }); };