调用 客服消息->对话能力->素材管理->获取小程序卡片素材显示没有api权限?
权限集:
接口地址:
https://api.weixin.qq.com/cgi-bin/guide/getguidecardmaterial
appid:
wxa750f8a85c27cbbd
三方平台调用,token用的 微信 access_token,发文本客服消息没问题。
https://api.weixin.qq.com/cgi-bin/guide/getguidecardmaterial?access_token='.$token
这个token用 access_token,component_access_token,authorizer_access_token都不行
返回结果:
["response"] => object(stdClass)#143 (2) {
["errcode"] => int(48001)
["errmsg"] => string(48) "api unauthorized rid: 61d6575c-78c95958-758344af"
}