Skip to content
/ weixin Public
forked from omigo/weixin

weixin-sdk-go,Golang 实现的微信公众号接口

License

Notifications You must be signed in to change notification settings

codinl/weixin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weixin

Golang 实现的微信公众号接口

Install

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

源码位于 $GOPATH/src/github.com/arstd/weixin

Test

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

Usage

见单元测试和 examples

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

参考 Debug-weixin-locally.md

测试公众号

扫码关注如下公众号

测试号二维码

TODO

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

About

weixin-sdk-go,Golang 实现的微信公众号接口

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%