Skip to content

Commit baa730a

Browse files
committed
doc
1 parent 2fc926b commit baa730a

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

README.md

+24-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
1-
# GoWechat - 简单易用的微信API
1+
# GoWechat 微信平台API
2+
支持微信公众平台(订阅号,服务号),微信商家平台,微信开放平台,微信企业号;
3+
与golang的各种框架(beego,gin,net/http)无缝链接
24

5+
## Quick Start
36

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+
## 附录,目录所对应的平台
525

626
目录| 对应 |
727
----|------|
828
/mp | 微信公众平台(订阅号,服务号) |
929
/corp | 微信企业号 |
1030
/mch | 微信商家平台 |
11-
/open| 微信开放平台|
31+
/open| 微信开放平台|
32+
/mini| 微信小程序|

mini/REAMDE.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
微信小程序

wechat.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//GoWechat
2-
//
1+
/* package gowechat 一个简单易用的wechat封装.
2+
*/
33
package gowechat
44

55
import (

0 commit comments

Comments
 (0)