收藏
回答

JSON 结构异常!!!,无法确认返回数据结构

https://developers.weixin.qq.com/doc/offiaccount/User_Management/User_Tag_Management.html

获取标签下的粉丝列表接口,返回参数 json 异常

{

"count":2,//这次获取的粉丝数量

"data":{//粉丝列表

"openid":[

"ocYxcuAEy30bX0NXmGn4ypqx3tI0",

"ocYxcuBt0mRugKZ7tGAHPnUaOW7Y" ]

},

"next_openid":"ocYxcuBt0mRugKZ7tGAHPnUaOW7Y"//拉取列表最后一个用户的openid

}

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

1 个回答

  • Jerry
    Jerry
    2022-01-27
    {
        "count":2,
        "data":{
            "openid":[
                "ocYxcuAEy30bX0NXmGn4ypqx3tI0",
                "ocYxcuBt0mRugKZ7tGAHPnUaOW7Y"
            ]
        },
        "next_openid":"ocYxcuBt0mRugKZ7tGAHPnUaOW7Y"
    }
    
    2022-01-27
    有用
    回复
登录 后发表内容