WeChat_get_access_token
Retrieve the WeChat Official Account access token using AppID and AppSecret, enabling API authentication for content management.
Instructions
获取微信公众号Access Token
Metadata:
input: AppID, AppSecret
output: success, error, access_token, expires_in
参数说明:
AppID: 公众号唯一凭证
AppSecret: 公众号凭证密钥
expires_in: 凭证有效时间(秒),默认7200
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |