|
@@ -2,16 +2,20 @@
|
|
|

|
|

|
|
|
[](https://goreportcard.com/report/github.com/silenceper/wechat)
|
|
[](https://goreportcard.com/report/github.com/silenceper/wechat)
|
|
|
[](https://pkg.go.dev/github.com/silenceper/wechat/v2?tab=doc)
|
|
[](https://pkg.go.dev/github.com/silenceper/wechat/v2?tab=doc)
|
|
|
|
|
+
|
|
|
|
|
|
|
|
使用Golang开发的微信SDK,简单、易用。
|
|
使用Golang开发的微信SDK,简单、易用。
|
|
|
->当前版本为v2版本
|
|
|
|
|
|
|
+>注意:当前版本为v2版本,v1版本已废弃
|
|
|
|
|
|
|
|
|
|
|
|
|
## 文档 && 例子
|
|
## 文档 && 例子
|
|
|
|
|
+[API列表](https://github.com/silenceper/wechat/tree/v2/doc/api)
|
|
|
|
|
+
|
|
|
[Wechat SDK 2.0 文档](https://silenceper.com/wechat)
|
|
[Wechat SDK 2.0 文档](https://silenceper.com/wechat)
|
|
|
|
|
|
|
|
[Wechat SDK 2.0 例子](https://github.com/gowechat/example)
|
|
[Wechat SDK 2.0 例子](https://github.com/gowechat/example)
|
|
|
|
|
|
|
|
|
|
+
|
|
|
## 快速开始
|
|
## 快速开始
|
|
|
```
|
|
```
|
|
|
import "github.com/silenceper/wechat/v2"
|
|
import "github.com/silenceper/wechat/v2"
|
|
@@ -61,8 +65,10 @@ server.Send()
|
|
|
- openplatform:开放平台API
|
|
- openplatform:开放平台API
|
|
|
- work:企业微信
|
|
- work:企业微信
|
|
|
- aispeech:智能对话
|
|
- aispeech:智能对话
|
|
|
|
|
+- doc: api文档
|
|
|
|
|
|
|
|
## 贡献
|
|
## 贡献
|
|
|
|
|
+- 在[API列表](https://github.com/silenceper/wechat/tree/v2/doc/api)中查看哪些API未实现
|
|
|
- 提交issue,描述需要贡献的内容
|
|
- 提交issue,描述需要贡献的内容
|
|
|
- 完成更改后,提交PR
|
|
- 完成更改后,提交PR
|
|
|
|
|
|