收藏
回答

开放平台获取授权信息 authorizer_refresh_token 为空?

我的小程序是个人小程序

已进行第三方授权

我使用获取授权账号详情接口返回的信息如下

{
    "authorizer_appid": "wxfa5f9872f7b9e472",
    "authorizer_refresh_token": "",
    "func_info": [
        {
            "funcscope_category": {
                "id": 17
            }
        },
        {
            "funcscope_category": {
                "id": 18
            },
            "confirm_info": {
                "need_confirm": 0,
                "already_confirm": 0,
                "can_confirm": 0
            }
        },
        {
            "funcscope_category": {
                "id": 19
            }
        },
        {
            "funcscope_category": {
                "id": 25
            },
            "confirm_info": {
                "need_confirm": 0,
                "already_confirm": 0,
                "can_confirm": 0
            }
        },
        {
            "funcscope_category": {
                "id": 30
            },
            "confirm_info": {
                "need_confirm": 0,
                "already_confirm": 0,
                "can_confirm": 0
            }
        },
        {
            "funcscope_category": {
                "id": 31
            },
            "confirm_info": {
                "need_confirm": 0,
                "already_confirm": 0,
                "can_confirm": 0
            }
        },
        {
            "funcscope_category": {
                "id": 37
            }
        },
        {
            "funcscope_category": {
                "id": 40
            }
        },
        {
            "funcscope_category": {
                "id": 67
            }
        },
        {
            "funcscope_category": {
                "id": 81
            },
            "confirm_info": {
                "need_confirm": 0,
                "already_confirm": 0,
                "can_confirm": 0
            }
        },
        {
            "funcscope_category": {
                "id": 88
            }
        },
        {
            "funcscope_category": {
                "id": 117
            }
        },
        {
            "funcscope_category": {
                "id": 119
            }
        },
        {
            "funcscope_category": {
                "id": 151
            }
        },
        {
            "funcscope_category": {
                "id": 161
            }
        }
    ]
}


authorizer_refresh_token 为空是为什么?

这个API权限是什么意思?

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

1 个回答

登录 后发表内容