收藏
回答

【开放平台】下的【第三方平台】,【使用授权码获取授权信息】接口返回的”confirm_info“?

【开放平台】下的【第三方平台】,【使用授权码获取授权信息】接口,返回的”func_info“中的”confirm_info“代表什么?接口文档里没有写,下边是数据:

{

    "authorization_info":{

        "authorizer_appid":"wxd71d9100efceafd9",

        "authorizer_access_token":"xxxxxx",

        "expires_in":7200,

        "authorizer_refresh_token":"xxxxxxx",

        "func_info":[

            {

                "funcscope_category":{

                    "id":1

                }

            },

            {

                "funcscope_category":{

                    "id":15

                }

            },

            {

                "funcscope_category":{

                    "id":4

                }

            },

            {

                "funcscope_category":{

                    "id":7

                }

            },

            {

                "funcscope_category":{

                    "id":2

                }

            },

            {

                "funcscope_category":{

                    "id":3

                }

            },

            {

                "funcscope_category":{

                    "id":11

                }

            },

            {

                "funcscope_category":{

                    "id":8

                }

            },

            {

                "funcscope_category":{

                    "id":33

                },

                "confirm_info":{

                    "need_confirm":0,

                    "already_confirm":0,

                    "can_confirm":0

                }

            },

            {

                "funcscope_category":{

                    "id":35

                }

            }

        ]

    }

}

回答关注问题邀请回答
收藏
登录 后发表内容