https://github.com/rosbit/go-wx-apps
使用 github.com/rosbit/go-wx-api 的例程和工具
https://github.com/rosbit/go-wx-apps
go golang samples service tools wechat
Last synced: 26 days ago
JSON representation
使用 github.com/rosbit/go-wx-api 的例程和工具
- Host: GitHub
- URL: https://github.com/rosbit/go-wx-apps
- Owner: rosbit
- Created: 2019-04-14T04:08:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T06:21:52.000Z (over 5 years ago)
- Last Synced: 2025-03-05T11:17:03.762Z (over 1 year ago)
- Topics: go, golang, samples, service, tools, wechat
- Language: Go
- Size: 16.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-wx-api例程和工具
该repository是[go-wx-api](https://github.com/rosbit/go-wx-api)的例程和工具,包括
1. samples/wx-echo-server: 该程序可以直接用于配置微信公众号**服务器配置**,并可以对公众号对话框输入做回声应答
1. samples/wx-proxy-server: 一个可以处理菜单的公众号服务,用于微信相关操作和业务分离的场景
1. tools/wx-menu: 创建/查询/删除微信服务号自定义菜单
1. tools/wx-userinfo: 通过openId查询用户信息
1. tools/wx-qr: 生成某个sceneId的二维码链接
1. tools/wx-shorturl: 把长url生成**https://w.url.cn/s** 打头的短链接
1. tools/parseAesBody: 命令行模式下测试aes加密消息的分解
## 下载、编译方法
1. 前提:已经安装go 1.11.x及以上、git、make
2. 进入任一文件夹,执行命令
```bash
$ git clone https://github.com/rosbit/go-wx-apps
$ cd go-wx-apps
$ make
```