From e1afec5855f07285f58898073bddc764648fb347 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Wed, 26 Oct 2022 23:37:36 +0800 Subject: [PATCH] =?UTF-8?q?chore(wxapi):=20=E6=96=87=E6=A1=A3=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WechatApiClientExecuteCgibinWxopenExtensions.cs | 10 +++++++--- .../WechatApiClientExecuteComponentTcbExtensions.cs | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Extensions/WechatApiClientExecuteCgibinWxopenExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Extensions/WechatApiClientExecuteCgibinWxopenExtensions.cs index 72845e24..bd370d7b 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Extensions/WechatApiClientExecuteCgibinWxopenExtensions.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Extensions/WechatApiClientExecuteCgibinWxopenExtensions.cs @@ -136,6 +136,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api /// 异步调用 [POST] /cgi-bin/wxopen/qrcodejumpget 接口。 /// REF: https://developers.weixin.qq.com/doc/offiaccount/qrcode/qrcodejumpget.html /// REF: https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/jumpqrcode-config/getJumpQRCode.html + /// REF: https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/officalaccount-management/qrcode-config/getJumpQRCode.html /// /// /// @@ -177,6 +178,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api /// 异步调用 [POST] /cgi-bin/wxopen/qrcodejumpadd 接口。 /// REF: https://developers.weixin.qq.com/doc/offiaccount/qrcode/qrcodejumpadd.html /// REF: https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/jumpqrcode-config/addJumpQRCode.html + /// REF: https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/officalaccount-management/qrcode-config/addJumpQRCode.html /// /// /// @@ -198,6 +200,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api /// 异步调用 [POST] /cgi-bin/wxopen/qrcodejumppublish 接口。 /// REF: https://developers.weixin.qq.com/doc/offiaccount/qrcode/qrcodejumppublish.html /// REF: https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/jumpqrcode-config/publishJumpQRCode.html + /// REF: https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/officalaccount-management/qrcode-config/publishJumpQRCode.html /// /// /// @@ -219,6 +222,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api /// 异步调用 [POST] /cgi-bin/wxopen/qrcodejumpdelete 接口。 /// REF: https://developers.weixin.qq.com/doc/offiaccount/qrcode/qrcodejumpdelete.html /// REF: https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/jumpqrcode-config/deleteJumpQRCode.html + /// REF: https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/officalaccount-management/qrcode-config/deleteJumpQRCode.html /// /// /// @@ -282,7 +286,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api #region WxaMpLink /// /// 异步调用 [POST] /cgi-bin/wxopen/wxamplinkget 接口。 - /// REF: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Official__Accounts/Mini_Program_Management_Permission.html#%E8%8E%B7%E5%8F%96%E5%85%AC%E4%BC%97%E5%8F%B7%E5%85%B3%E8%81%94%E7%9A%84%E5%B0%8F%E7%A8%8B%E5%BA%8F + /// REF: https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/officalaccount-management/link-miniprogram/getLinkMiniprogram.html /// /// /// @@ -302,7 +306,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api /// /// 异步调用 [POST] /cgi-bin/wxopen/wxamplink 接口。 - /// REF: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Official__Accounts/Mini_Program_Management_Permission.html#%E5%85%B3%E8%81%94%E5%B0%8F%E7%A8%8B%E5%BA%8F + /// REF: https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/officalaccount-management/link-miniprogram/linkMiniprogram.html /// /// /// @@ -322,7 +326,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api /// /// 异步调用 [POST] /cgi-bin/wxopen/wxampunlink 接口。 - /// REF: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Official__Accounts/Mini_Program_Management_Permission.html#%E8%A7%A3%E9%99%A4%E5%B7%B2%E5%85%B3%E8%81%94%E7%9A%84%E5%B0%8F%E7%A8%8B%E5%BA%8F + /// REF: https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/officalaccount-management/link-miniprogram/unlinkMiniprogram.html /// /// /// diff --git a/src/SKIT.FlurlHttpClient.Wechat.Api/Extensions/WechatApiClientExecuteComponentTcbExtensions.cs b/src/SKIT.FlurlHttpClient.Wechat.Api/Extensions/WechatApiClientExecuteComponentTcbExtensions.cs index 5c8163d3..2c77bec8 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.Api/Extensions/WechatApiClientExecuteComponentTcbExtensions.cs +++ b/src/SKIT.FlurlHttpClient.Wechat.Api/Extensions/WechatApiClientExecuteComponentTcbExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Net.Http; using System.Text; using System.Threading; @@ -73,7 +73,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api /// /// 异步调用 [POST] /componenttcb/batchshareenv 接口。 - /// REF: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/cloudbase/batch/batchshareenv.html + /// REF: https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/cloudrun-batch/cloudenv-mgnt/shareCloudbaseEnv.html /// /// /// @@ -93,7 +93,7 @@ namespace SKIT.FlurlHttpClient.Wechat.Api /// /// 异步调用 [POST] /componenttcb/batchgetenvid 接口。 - /// REF: https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/cloudbase/batch/batchgetenvid.html + /// REF: https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/cloudrun-batch/cloudenv-mgnt/getShareCloudbaseEnv.html /// /// ///