Api server for wechat.
# clone
git clone [email protected]:afeiship/wxapi-server.git
# install
cd wxapi-server
yarn
yarn build
# run with pm2
pm2 start wxapi
proxy to this api.
location /wxapi {
proxy_pass http://127.0.0.1:3300;
# rewrite ^/wxapi/(.*) /$1 break;
}