收藏
回答

获取 微信第三方小程序接口调用凭据返回40001错误?

4、使用授权码换取公众号或小程序的接口调用凭据和授权信息

http请求方式: POST(请使用https协议)

https://api.weixin.qq.com/cgi-bin/component/api_query_auth?component_access_token=xxxx

POST数据示例:

{

"component_appid":"appid_value" ,

"authorization_code": "auth_code_value"

}

接口返回错误40001,{ ["errcode"]=> int(40001) ["errmsg"]=> string(78) "invalid credential, access_token is invalid or not latest hint: [aoJf05703612]" }

昨天访问还是可以的


回答关注问题邀请回答
收藏

1 个回答

  • 铭锋科技
    铭锋科技
    2019-08-26

    检查下component_access_token 获取情况

    2019-08-26
    有用
    回复 1
    • 楚越
      楚越
      2019-08-27
      有时候可以有时候不行,不知道是不是接口问题
      2019-08-27
      回复
登录 后发表内容
问题标签