curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get_contact_way?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"config_id":"42b34949e138eb6e027c123cba77fad7"
}'{
"errcode": 0,
"errmsg": "string",
"contact_way": {
"config_id": "string",
"type": 0,
"scene": 0,
"style": 0,
"remark": "string",
"skip_verify": true,
"state": "string",
"qr_code": "string",
"user": [
"string"
],
"party": [
0
],
"is_temp": true,
"expires_in": 0,
"chat_expires_in": 0,
"unionid": "string",
"conclusions": {
"text": {
"content": "string"
},
"image": {
"pic_url": "string"
},
"link": {
"title": "string",
"picurl": "string",
"desc": "string",
"url": "string"
},
"miniprogram": {
"title": "string",
"pic_media_id": "string",
"appid": "string",
"page": "string"
}
}
}
}