From c7af6efb8964cc462f6f1d1cea34a938fefbb8e5 Mon Sep 17 00:00:00 2001 From: Matrix-X Date: Sun, 8 Jan 2023 15:42:17 +0800 Subject: [PATCH] feat(v3): add context and change to v3 --- src/zh/start/installation.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/src/zh/start/installation.md b/src/zh/start/installation.md index 8057a0c3..0539ace7 100644 --- a/src/zh/start/installation.md +++ b/src/zh/start/installation.md @@ -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