From 99bcdfa0b70d1a07002476db16a275d03bc362ca Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Mon, 13 Sep 2021 10:14:33 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=AE=8C=E5=96=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/WechatApi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WechatApi/README.md b/docs/WechatApi/README.md index 9fb9d6ee..bdfd64b2 100644 --- a/docs/WechatApi/README.md +++ b/docs/WechatApi/README.md @@ -51,7 +51,7 @@ var client = new WechatApiClient(options); using SKIT.FlurlHttpClient.Wechat.Api; using SKIT.FlurlHttpClient.Wechat.Api.Models; -/* 以获取用户信息接口为例 */ +/* 以公众号获取用户信息接口为例 */ var request = new CgibinUserInfoRequest() { AccessToken = "微信 AccessToken",