curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/corpgroup/corp/list_app_share_info?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"agentid":1111,
"business_type":1,
"corpid":"wwcorp",
"limit":100,
"cursor":"xxxxxx"
}'
{
"errcode": 0,
"errmsg": "ok",
"ending":0
"corp_list":[
{
"corpid": "wwcorpid1",
"corp_name": "测试企业1"
"agentid": 1111
},
{
"corpid": "wwcorpid2",
"corp_name": "测试企业2",
"agentid": 1112
}
],
"next_cursor": "next_cursor1111"
}