Skip to content

Commit

Permalink
feat(wxapi): 新增微信小店合作账号相关接口
Browse files Browse the repository at this point in the history
  • Loading branch information
fudiwei committed Nov 4, 2024
1 parent 949c3cd commit 375f43d
Show file tree
Hide file tree
Showing 21 changed files with 777 additions and 187 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public static class WechatApiClientExecuteCgibinExtensions
/// <![CDATA[ https://developers.weixin.qq.com/minigame/dev/api-backend/open-api/access-token/auth.getAccessToken.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/channels/API/basics/getaccesstoken.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/channels/API/windowproduct/getaccesstoken.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/store/API/basics/getaccesstoken.html ]]>
/// <![CDATA[ https://dev.weixin.qq.com/docs/framework/dev/openapi/getaccesstoken.html ]]>
/// </para>
/// </summary>
Expand Down Expand Up @@ -45,7 +46,9 @@ public static class WechatApiClientExecuteCgibinExtensions
/// REF: <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/getStableAccessToken.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/mp-access-token/getStableAccessToken.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/minigame/dev/api-backend/open-api/access-token/auth.getStableAccessToken.html ]]>
/// <![CDATA[ https://developers.weixin.qq.com/minigame/dev/api-backend/open-api/access-token/auth.getStableAccessToken.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/channels/API/basics/getStableAccessToken.html ]]>
/// <![CDATA[ https://developers.weixin.qq.com/doc/store/API/basics/getStableAccessToken.html ]]>
/// </para>
/// </summary>
/// <param name="client"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ public static class WechatApiClientExecuteCgibinOpenApiExtensions
/// REF: <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/offiaccount/Message_Management/API_Call_Limits.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/openapi/clearQuota.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/openApi-mgnt/clearQuota.html ]]>
/// <![CDATA[ https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/openApi-mgnt/clearQuota.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/channels/API/apimgnt/clearQuota.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/store/API/apimgnt/clearQuota.html ]]>
/// </para>
/// </summary>
/// <param name="client"></param>
Expand All @@ -41,7 +43,9 @@ public static class WechatApiClientExecuteCgibinOpenApiExtensions
/// <para>异步调用 [POST] /cgi-bin/clear_quota/v2 接口。</para>
/// <para>
/// REF: <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/offiaccount/openApi/clearQuotaByAppSecret.html ]]>
/// <![CDATA[ https://developers.weixin.qq.com/doc/offiaccount/openApi/clearQuotaByAppSecret.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/channels/API/apimgnt/clearQuotaByAppSecret.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/store/API/apimgnt/clearQuotaByAppSecret.html ]]>
/// </para>
/// </summary>
/// <param name="client"></param>
Expand Down Expand Up @@ -74,6 +78,8 @@ public static class WechatApiClientExecuteCgibinOpenApiExtensions
/// <![CDATA[ https://developers.weixin.qq.com/doc/offiaccount/openApi/get_api_quota.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/openapi/getApiQuota.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/openApi-mgnt/getApiQuota.html ]]>
/// <![CDATA[ https://developers.weixin.qq.com/doc/channels/API/apimgnt/getApiQuota.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/store/API/apimgnt/getApiQuota.html ]]>
/// </para>
/// </summary>
/// <param name="client"></param>
Expand All @@ -99,6 +105,8 @@ public static class WechatApiClientExecuteCgibinOpenApiExtensions
/// <![CDATA[ https://developers.weixin.qq.com/doc/offiaccount/openApi/get_rid_info.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/openapi/getRidInfo.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/openApi-mgnt/getRidInfo.html ]]>
/// <![CDATA[ https://developers.weixin.qq.com/doc/channels/API/apimgnt/getRidInfo.html ]]> <br/>
/// <![CDATA[ https://developers.weixin.qq.com/doc/store/API/apimgnt/getRidInfo.html ]]>
/// </para>
/// </summary>
/// <param name="client"></param>
Expand Down
Loading

0 comments on commit 375f43d

Please sign in to comment.