https://github.com/nilorg/go-wechat
💥weixin、wechat、微信公众平台、企业微信 golang/go sdk
https://github.com/nilorg/go-wechat
go-wechat go-weixin wechat wechat-sdk weixin weixin-sdk
Last synced: about 1 month ago
JSON representation
💥weixin、wechat、微信公众平台、企业微信 golang/go sdk
- Host: GitHub
- URL: https://github.com/nilorg/go-wechat
- Owner: nilorg
- License: mit
- Created: 2018-12-03T08:51:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T12:55:19.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T22:20:15.023Z (2 months ago)
- Topics: go-wechat, go-weixin, wechat, wechat-sdk, weixin, weixin-sdk
- Language: Go
- Homepage:
- Size: 225 KB
- Stars: 18
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-wechat
🎉 微信公众号SDK## 使用全局唯一AccessToken
Fix [获取 access_token 时 AppSecret 错误,或者 access_token 无效。](https://github.com/nilorg/go-wechat/issues/23)
### 服务器端
使用[wechat-auto-refresh-server](https://github.com/nilorg/go-wechat/tree/master/auto-refresh-server)作为自动刷新服务器
# 第二版构思
wechat-auto-refresh-server:作为自动刷新Token服务器
client:实现微信接口
gateway:负责解析微信消息推送,分发给各个业务系统。统一入口
proxy:作为clinet的代理,目的主要是为了解决多个(公众号、小程序)配置混乱问题。统一出口