Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 449 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 449 Bytes

node wechat

测试帐号

微信网页授权

https://open.weixin.qq.com/connect/oauth2/authorize?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect

docker

docker build -t node-wx:v1 .
docker run --name wx -p 9991:18080 -d node-wx:v1