拉取所有已授权的账号信息返回示例错误
{
"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,我调用的时候里面返回的没有这个字段。