A demo project for fastwego/wxwork
- checkout project
git clone https://github.com/fastwego/wxwork-demo.git
- install fastwego/wxwork
go get -u github.com/fastwego/wxwork
- build
go build
- edit config in
.env.dist
file and rename to.env
- run
wxwork-demo
& viewhttp://localhost/api/weixin/contact
- that's all & good luck ;)