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

yaotian dd6628b560 CheckPayNotifyData il y a 8 ans
corp 6e3639e85d readme il y a 8 ans
docs bda3a81da9 pay重构 il y a 8 ans
examples e6b2db890c beego demo il y a 8 ans
mch dd6628b560 CheckPayNotifyData il y a 8 ans
mini baa730a62a doc il y a 8 ans
mp 1d674187e7 page oauth name correct il y a 8 ans
open 6e3639e85d readme il y a 8 ans
util ce1d0fe26f GetPrepayMap il y a 8 ans
wxcontext f8e9d248f2 默认cache没生效fix il y a 8 ans
.travis.yml 92720cad96 travis il y a 8 ans
README.md 0adcc3ef75 doc il y a 8 ans
_config.yml 5d4be425bf Set theme jekyll-theme-cayman il y a 8 ans
mch.go 6308ab7b92 MemCache in wechat il y a 8 ans
mp.go 1d674187e7 page oauth name correct il y a 8 ans
mp_test.go f8e9d248f2 默认cache没生效fix il y a 8 ans
wechat.go f8e9d248f2 默认cache没生效fix il y a 8 ans

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