https://github.com/issue9/wechat
https://github.com/issue9/wechat
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/issue9/wechat
- Owner: issue9
- License: mit
- Created: 2016-10-17T12:00:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T06:31:33.000Z (over 2 years ago)
- Last Synced: 2025-08-14T03:24:38.165Z (10 months ago)
- Language: Go
- Size: 156 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
wechat
[](https://travis-ci.org/issue9/wechat)
[](https://codecov.io/gh/issue9/wechat)
微信接口,测试中,勿用!
## 目录结构
```
|--- common 公众号用到的公用包
| |
| +------ result 表示微信的各类返回信息
|
|---- mp 公众号的相关接口
| |
| +----- message 消息管理
| |
| +----- template 模板功能
| |
| +----- jssdk jssdk 相关的功能
|
+---- pay 支付接口
| |
| +--- unifiedorder 统一支付接口
| |
| +--- refund 退款接口
| |
| +--- notify 支付通知接口
|
|---- weapp 小程序相关功能
| |
| +--- auth 验证
| |
| +--- template 模板
```