Skip to content

Commit

Permalink
feat(v3): add context and change to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed Jan 8, 2023
1 parent e366d26 commit c7af6ef
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions src/zh/start/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,28 @@ date: 2021-07-06
> cd {your_project_location}/{project-name}/
```

## 安装 PowerWeChat v2(推荐)
## 安装 PowerWeChat v3(推荐)

v2版本已经推出,目前公众号在v2版本提供支持,其他部分V1接口有字段有重新统一风格。
``` bash
> go get -u github.com/ArtisanCloud/PowerWeChat/v3/
```

v3版本已经推出。

* 接口添加context参数
* 解决v2的自动refresh token问题

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

## 安装 PowerWeChat v2

* 公众号在v2版本提供支持,其他部分V1接口有字段有重新统一风格
* v2版本稳定版本在v2.0.40



``` bash
> go get -u github.com/ArtisanCloud/PowerWeChat/v3/
> go get -u github.com/ArtisanCloud/PowerWeChat/v2/
```

## 安装 PowerWeChat v1
Expand Down

0 comments on commit c7af6ef

Please sign in to comment.