请求参数说明
参数 类型 必填 说明
component_access_token string 是 第三方平台component_access_token,不是authorizer_access_token
component_appid string 是 第三方平台 appid
authorization_code string 是 授权码, 会在授权成功时返回给第三方平台,详见第三方平台授权流程说明
POST 数据示例:
{
"component_appid":"appid_value" ,
"authorization_code": "auth_code_value"
}
请求的参数填写的必填,然后post请求示例中没有显示
你好,文档描述实例中有说明相关配置哦~https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/ThirdParty/token/authorization_info.html