File tree 3 files changed +27
-5
lines changed
3 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 1
- # GoWechat - 简单易用的微信API
1
+ # GoWechat 微信平台API
2
+ 支持微信公众平台(订阅号,服务号),微信商家平台,微信开放平台,微信企业号;
3
+ 与golang的各种框架(beego,gin,net/http)无缝链接
2
4
5
+ ## Quick Start
3
6
4
- ## 支持微信以下的平台
7
+ #### Download and install
8
+ go get github.com/yaotian/gowechat
9
+
10
+ #### Run examples
11
+ cd ./examples/beego
12
+ go run beego.go
13
+
14
+ ## Features
15
+ * mp 微信公众平台API,网页授权,消息发送,菜单等
16
+ * mch 微信商户平台API,支付,发红包等
17
+ * open 微信开放平台API
18
+ * corp 微信企业号API
19
+ * mini 微信小程序
20
+
21
+ ## Documentation
22
+ * [ 中文文档] ( https://yaotian.github.io/gowechat/doc.html )
23
+
24
+ ## 附录,目录所对应的平台
5
25
6
26
目录| 对应 |
7
27
----|------|
8
28
/mp | 微信公众平台(订阅号,服务号) |
9
29
/corp | 微信企业号 |
10
30
/mch | 微信商家平台 |
11
- /open| 微信开放平台|
31
+ /open| 微信开放平台|
32
+ /mini| 微信小程序|
Original file line number Diff line number Diff line change
1
+ 微信小程序
Original file line number Diff line number Diff line change 1
- //GoWechat
2
- / /
1
+ /* package gowechat 一个简单易用的wechat封装.
2
+ * /
3
3
package gowechat
4
4
5
5
import (
You can’t perform that action at this time.
0 commit comments