使用云函数请求公众号文章时提示AccessToken无效,实际上AccessToken是可以用的,用postman就可以正确获取数据
获取到的AccessToken是可以正常返回的,
但是使用这个AccessToken请求文章时就提示AccessToken无效
代码:
access_token是获取AccessToken的函数,绝对没问题,返回的AccessToken是正确的,var accesstoken=atn.getCacheToken()的accesstoken就是返回的AccessToken。
这样返回result时就提示无效,如果返回accesstoken就可以返回AccessToken的值
鄙人小白,希望大佬能指点一下,谢谢了
可以使用公众号云调用呢:https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/web/openapi.html
云开发的公众号支持文档:https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/web.html
atn.getCacheToken 代码咋写的?不用加await?