支持微信公众平台(订阅号,服务号),微信商家平台,微信开放平台,微信企业号;
与golang的各种框架(beego,gin,net/http)无缝链接

yaotian 42de4f86cb example compile error fix hace 8 años
corp 6e3639e85d readme hace 8 años
docs 202c2fd4f0 doc hace 8 años
examples 42de4f86cb example compile error fix hace 8 años
mch b0d5a9ba4d 发红包 hace 8 años
mini baa730a62a doc hace 8 años
mp ac04e3138d more fix hace 8 años
open 6e3639e85d readme hace 8 años
util ac04e3138d more fix hace 8 años
wxcontext 9ab9df6e80 InitHTTPClients 换到 MchMgr 中,这样在初始化可以报错 hace 8 años
.travis.yml 92720cad96 travis hace 8 años
README.md 0ecd557204 doc hace 8 años
_config.yml 5d4be425bf Set theme jekyll-theme-cayman hace 8 años
mch.go 6308ab7b92 MemCache in wechat hace 8 años
mp.go 1d674187e7 page oauth name correct hace 8 años
mp_test.go f8e9d248f2 默认cache没生效fix hace 8 años
wechat.go 9ab9df6e80 InitHTTPClients 换到 MchMgr 中,这样在初始化可以报错 hace 8 años

README.md

GoWechat 微信平台API Build Status GoDoc Go Report Card

支持微信公众平台(订阅号,服务号),微信商家平台,微信开放平台,微信企业号;
与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

附录,目录所对应的平台

目录 对应
/mp 微信公众平台(订阅号,服务号)
/corp 微信企业号
/mch 微信商家平台
/open 微信开放平台
/mini 微信小程序

Community

License

MIT