Skip to content

Commit c7af6ef

Browse files
committed
feat(v3): add context and change to v3
1 parent e366d26 commit c7af6ef

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

src/zh/start/installation.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,28 @@ date: 2021-07-06
1111
> cd {your_project_location}/{project-name}/
1212
```
1313

14-
## 安装 PowerWeChat v2(推荐)
14+
## 安装 PowerWeChat v3(推荐)
1515

16-
v2版本已经推出,目前公众号在v2版本提供支持,其他部分V1接口有字段有重新统一风格。
16+
``` bash
17+
> go get -u github.com/ArtisanCloud/PowerWeChat/v3/
18+
```
19+
20+
v3版本已经推出。
21+
22+
* 接口添加context参数
23+
* 解决v2的自动refresh token问题
1724

1825
如果有遇到问题,欢迎点击右上角联系我们。
1926

27+
## 安装 PowerWeChat v2
28+
29+
* 公众号在v2版本提供支持,其他部分V1接口有字段有重新统一风格
30+
* v2版本稳定版本在v2.0.40
31+
32+
33+
2034
``` bash
21-
> go get -u github.com/ArtisanCloud/PowerWeChat/v3/
35+
> go get -u github.com/ArtisanCloud/PowerWeChat/v2/
2236
```
2337

2438
## 安装 PowerWeChat v1

0 commit comments

Comments
 (0)