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

yaotian 7d44c2f349 jssdk GetConfig().JsString() %!s(int64=8) %!d(string=hai) anos
corp 6e3639e85d readme %!s(int64=8) %!d(string=hai) anos
docs 5a29e2c35e mch %!s(int64=8) %!d(string=hai) anos
examples f6a64f6acc page auth %!s(int64=8) %!d(string=hai) anos
mch d5ea30cec0 GetJsAPIRequestDataMap %!s(int64=8) %!d(string=hai) anos
mini baa730a62a doc %!s(int64=8) %!d(string=hai) anos
mp 7d44c2f349 jssdk GetConfig().JsString() %!s(int64=8) %!d(string=hai) anos
open 6e3639e85d readme %!s(int64=8) %!d(string=hai) anos
util ce1d0fe26f GetPrepayMap %!s(int64=8) %!d(string=hai) anos
wxcontext 30c1c76578 wxcontext %!s(int64=8) %!d(string=hai) anos
.travis.yml 92720cad96 travis %!s(int64=8) %!d(string=hai) anos
README.md 0adcc3ef75 doc %!s(int64=8) %!d(string=hai) anos
_config.yml 5d4be425bf Set theme jekyll-theme-cayman %!s(int64=8) %!d(string=hai) anos
mch.go 675a3cc58e MchMgr MpMgr %!s(int64=8) %!d(string=hai) anos
mp.go e9178e79cb PageOAuthHandler %!s(int64=8) %!d(string=hai) anos
wechat.go a15f64c9e7 根据lint报告fix %!s(int64=8) %!d(string=hai) anos

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