curl --location --request GET 'https://qyapi.weixin.qq.com/cgi-bin/corpgroup/corp/list_app_share_info?access_token=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"
}
【企业微信】API开发者 微信交流群
用微信扫右侧二维码,加入【企业微信】API开发者 交流群,互助沟通