希望微信在开放平台的小程序管理权限集下的“获取公众号关联的小程序”接口返回值中添加小程序的appid字段,我现在的场景是通过接口创建素材时,在插入小程序时需要小程序的appid,而获取关联的小程序又没有这个字段,所以这样就很难实现在素材中插入小程序这个功能的实现。请官方人员确认一下,如果可以最好返回小程序的appid字段。
返回的json数据:
{
"errcode": 0,
"errmsg": "ok",
"wxopens": {
"items": [
{
"status": 1,
"username": "gh_xxxxxxxxx",
"source": "SOURCE_NORMAL",
"nickname": "aaaaaaa",
"selected": 1,
"nearby_display_status": 0,
"released": 1,
"headimg_url": "http://xxx.png",
"func_infos": [
{
"status": 0,
"id": 1,
"name": "微信认证"
},
{
"status": 0,
"id": 2,
"name": "微信支付"
}
],
"copy_verify_status": 1,
"email": "[email protected]"
},
{
"status": 3,
"username": "gh_xxxxxxxxxx",
"source": "SOURCE_NORMAL",
"headimg_url": "http://yyy.png",
"func_infos": [],
"nickname": "bbbbbbb"
}
]
}
}