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