curl --location 'http://openapi.bainiudata.com/openapi/common/ent_vertical_relationship_query/' \
--header 'Authorization;' \
--header 'CLIENTID;' \
--header 'TIMESPAN;' \
--form 'ent_a="小米科技有限责任公司"' \
--form 'ent_b="北京聚爱聊网络科技有限公司"' \
--form 'key_type="1"'{
"code": "200",
"message": "SUCCESS",
"result": {
"direction": "a_to_b",
"nodes": [
{
"name": "小米科技有限责任公司",
"uniscid": "91110108551385082Q",
"id": "CiNVInEzl2",
"type": "e",
"imgtype": "com"
},
{
"name": "北京聚爱聊网络科技有限公司",
"uniscid": "911101080994495283",
"id": "WwQfuppmIq",
"type": "e",
"imgtype": "com"
}
],
"edges": [
{
"relation": "投资(100%)",
"type": "entinv",
"source": "CiNVInEzl2",
"target": "WwQfuppmIq",
"source_name": "小米科技有限责任公司",
"target_name": "北京聚爱聊网络科技有限公司"
}
]
},
"ordernum": "A1201786956191zRK2",
"is_verify": "1"
}