https://github.com/yaotian/gowechat
golang WeChat 封装,支持微信公众平台(订阅号,服务号)/微信商家平台/微信开放平台/微信企业号
https://github.com/yaotian/gowechat
go golang wechat
Last synced: 5 months ago
JSON representation
golang WeChat 封装,支持微信公众平台(订阅号,服务号)/微信商家平台/微信开放平台/微信企业号
- Host: GitHub
- URL: https://github.com/yaotian/gowechat
- Owner: yaotian
- Created: 2017-12-12T06:05:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T06:43:48.000Z (about 5 years ago)
- Last Synced: 2024-06-18T15:40:51.801Z (about 2 years ago)
- Topics: go, golang, wechat
- Language: Go
- Homepage: https://yaotian.github.io/gowechat/
- Size: 388 KB
- Stars: 216
- Watchers: 13
- Forks: 60
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoWechat 微信平台API [](https://travis-ci.org/yaotian/gowechat) [](http://godoc.org/github.com/yaotian/gowechat) [](https://goreportcard.com/report/github.com/yaotian/gowechat)
支持微信公众平台(订阅号,服务号),微信商家平台,微信开放平台,微信企业号;
与golang的各种框架(beego,gin,net/http)无缝链接
## Quick Start
#### Download and install
go get github.com/yaotian/gowechat
#### Run examples
cd ./examples/beego
go run beego.go
## Features
* mp 微信公众平台API,网页授权,消息发送,菜单等
* mch 微信商户平台API,支付,发红包等
* open 微信开放平台API
* corp 微信企业号API
* mini 微信小程序
## Documentation
* [中文文档](https://yaotian.github.io/gowechat/)
## 附录,目录所对应的平台
目录| 对应 |
----|------|
/mp | 微信公众平台(订阅号,服务号) |
/corp | 微信企业号 |
/mch | 微信商家平台 |
/open| 微信开放平台|
/mini| 微信小程序|
## Community
## License
MIT