收藏
回答

调用api_authorizer_token接口 返回47001 怎么解决?


https://api.weixin.qq.com/cgi-bin/component/api_authorizer_token?component_access_token=57_3AH7BMTZXu5MbobkFzgzW4WyJqlI8VcvOOS8qEqGVC7RlENe8WtQPNtnCGw33-KRR2CtJji8SWuYyFDfbqPeTuOtt9TJazY7ktP8kpYzoefkuiQLWXDTI0cvOv0WXQ05J7QaHbuvOFPcIyroPJJcAAAWQQ

{

  "component_appid""wx69c79aa2328b7a14",

  "authorizer_appid""wxec6e966efb7953cd",

  "authorizer_refresh_token"false

}

{

    "errcode"47001,

    "errmsg""data format error rid: 62a0271b-09a2ea6c-17c97ef4"

}


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

3 个回答

  • momo
    momo
    2022-06-08

    authorizer_refresh_token 应当为 String 类型而非 Boolean 类型

    2022-06-08
    有用 1
    回复 1
    • 邓杰
      邓杰
      2022-06-08
      {
        "component_appid": "wx69c79aa2328b7a14",
        "authorizer_appid": "wxec6e966efb7953cd",
        "authorizer_refresh_token": "false"
      }
      返回结果:
      {
          "errcode": 61023,
          "errmsg": "refresh_token is invalid rid: 62a02f04-25e0cb4f-7239baab"
      }
      2022-06-08
      回复
  • Frank
    Frank
    2022-06-08

    token不对哦

    2022-06-08
    有用
    回复
  • Mr.Zhao
    Mr.Zhao
    2022-06-08

    你好天真 说传string,竟然传字符串的false

    2022-06-08
    有用
    回复
登录 后发表内容