Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加获取稳定版接口调用凭据GetStableAccessToken #2825

Merged
merged 1 commit into from
May 20, 2023

Conversation

dupeng0811
Copy link
Contributor

获取稳定版接口调用凭据 官网接口

https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/getStableAccessToken.html

请求数据示例

POST https://api.weixin.qq.com/cgi-bin/stable_token
请求示例1(不传递force_refresh,默认值为false):

{
    "grant_type": "client_credential",
    "appid": "APPID",
    "secret": "APPSECRET"
}

请求示例2(设置force_refresh为false):

{
    "grant_type": "client_credential",
    "appid": "APPID",
    "secret": "APPSECRET",
    "force_refresh": false
} 

@JeffreySu JeffreySu added the task label May 20, 2023
@JeffreySu JeffreySu merged commit bcb1f29 into JeffreySu:Developer May 20, 2023
1 check passed
@JeffreySu
Copy link
Owner

已经合并,非常感谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants