项目作者: omigo

项目描述 :
weixin-sdk-go,Golang 实现的微信公众号接口
高级语言: Go
项目地址: git://github.com/omigo/weixin.git
创建时间: 2015-11-24T08:59:14Z
项目社区:https://github.com/omigo/weixin

开源协议:MIT License

关键词:
sdk wechat weixin

下载


weixin

Golang 实现的微信公众号接口

Install

  1. go get -u -v github.com/arstd/weixin

Test

  1. cd $GOPATH/src/github.com/arstd/weixin
  2. # go get ./... # 依赖于 arstd/log
  3. go test ./... 执行所有单元测试
  4. go run examples/*.go 启动一个 Server

Usage

见单元测试和 examples

如何本地调试微信公众号?

参考 Debug-weixin-locally.md

测试公众号

扫码关注如下公众号

测试号二维码

TODO

  • Token 单元测试没过
  • iBeacon 等更多接口实现
  • 多个公众号