拉取所有已授权的账号信息返回示例错误

发布于 6 年前作者 rhou13563 次浏览最后编辑 6 年前来自 issues
{

  "total_count": 33,

  "list": [

    {

      "authorizer_appid": "authorizer_appid_1",

      "refresh_token": "refresh_token_1",

      "auth_time": 1558000607

    },

    {

      "authorizer_appid": "authorizer_appid_2",

      "refresh_token": "refresh_token_2",

      "auth_time": 1558000607

    }

  ]

}

示例中返回的有 refresh_token,我调用的时候里面返回的没有这个字段。

0 回复
暂无回复