https://github.com/omigo/weixin
weixin-sdk-go,Golang 实现的微信公众号接口
https://github.com/omigo/weixin
sdk wechat weixin
Last synced: 5 months ago
JSON representation
weixin-sdk-go,Golang 实现的微信公众号接口
- Host: GitHub
- URL: https://github.com/omigo/weixin
- Owner: omigo
- License: mit
- Created: 2015-11-24T08:59:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T11:05:21.000Z (almost 4 years ago)
- Last Synced: 2025-08-13T19:19:58.782Z (10 months ago)
- Topics: sdk, wechat, weixin
- Language: Go
- Homepage:
- Size: 90.8 KB
- Stars: 91
- Watchers: 6
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
weixin
======
Golang 实现的微信公众号接口
### Install
```bash
go get -u -v github.com/arstd/weixin
```
### Test
```bash
cd $GOPATH/src/github.com/arstd/weixin
# go get ./... # 依赖于 arstd/log
go test ./... 执行所有单元测试
go run examples/*.go 启动一个 Server
```
### Usage
见单元测试和 examples
### 如何本地调试微信公众号?
[参考 Debug-weixin-locally.md](Debug-weixin-locally.md)
### 测试公众号
扫码关注如下公众号

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