curl --location 'http://openapi.bainiudata.com/openapi/common/company_detail/' \
--header 'Authorization;' \
--header 'CLIENTID;' \
--header 'TIMESPAN;' \
--form 'key="小米科技有限责任公司"' \
--form 'key_type="1"' \
--form 'version="B8"' \
--form 'page_index="1"' \
--form 'page_size="10"'{
"code": "200",
"message": "SUCCESS",
"result": {
"versions": [
"B8"
],
"company_syr_finnal": {
"datalist": [
{
"name": "雷军",
"ratio": 97.48,
"capital_chain": [
"雷军 97.4816%->小米科技有限责任公司"
],
"is_history": false
}
],
"total": 1
}
},
"ordernum": "A0031786955929pM6P",
"is_verify": "1"
}