微信部分

lrf402788946 c629c84be3 update il y a 3 ans
.github cb8babe52d update il y a 3 ans
app cb8babe52d update il y a 3 ans
config cb8babe52d update il y a 3 ans
test cb8babe52d update il y a 3 ans
.autod.conf.js cb8babe52d update il y a 3 ans
.eslintignore cb8babe52d update il y a 3 ans
.eslintrc cb8babe52d update il y a 3 ans
.gitignore cb8babe52d update il y a 3 ans
.travis.yml cb8babe52d update il y a 3 ans
README.md cb8babe52d update il y a 3 ans
appveyor.yml cb8babe52d update il y a 3 ans
ecosystem.config.js 9d0ca3c95b pm2 il y a 3 ans
package.json cb8babe52d update il y a 3 ans
server.js c629c84be3 update il y a 3 ans

README.md

weixin-gateway

微信相关的处理

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.