【开放平台】下的【第三方平台】,【使用授权码获取授权信息】接口,返回的”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
}
}
]
}
}