【1】这是第三方平台获取小程序接口调用令牌 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/ThirdParty/token/api_authorizer_token.html
【2】这是获取小程序接口调用凭据 https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/mp-access-token/getAccessToken.html
我的小程序授权给第三方平台了,因为要做人脸核身功能(https://developers.weixin.qq.com/community/business/doc/000442d352c1202bd498ecb105c00d)在请求https://api.weixin.qq.com/cityservice/face/identify/getuseridkey?access_token={access_token}接口时,使用【1】的accessToken报61007,后来测试使用【2】的accessToken才成功。
这【1】和【2】两个接口都是调用小程序接口的token,请问有什么区别吗?
你好,请参考https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/troubleshooting/third_party_authority_instructions_troubleshooting.html#_61007自助排查下。若问题无法解决,请提供rid信息