- 登录
- 公司查询接口
- 模板
- 基础数据
- 任务
- 过往合作
- 其他
- 上市公司
- 人社线
企业列表查询接口
开发中
POST
/enterprise/information/getEnterpriseInformationPage
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
enterpriseNameList
string
必需
enterpriseName
string
必需
year
array[string]
必需
ciicIndustry
array[string]
必需
ciicIndustryDetail
array[string]
必需
gbIndustry
array[string]
必需
gbIndustryDetail
array[string]
必需
provinceName
array[string]
必需
cityName
array[string]
必需
natureEnterprise
array[string]
必需
dataSources
array[string]
必需
investmentCountry
array[string]
必需
cityName1
array[string]
必需
subTaskId
integer
必需
page
integer
必需
rows
integer
必需
type
integer
必需
示例
{
"enterpriseNameList": "",
"enterpriseName": "",
"year": [],
"ciicIndustry": [],
"ciicIndustryDetail": [],
"gbIndustry": [],
"gbIndustryDetail": [],
"provinceName": [],
"cityName": [],
"natureEnterprise": [],
"dataSources": [],
"investmentCountry": [],
"cityName1": [],
"subTaskId": 7551,
"page": 1,
"rows": 100,
"type": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:9999/api1/enterprise/information/getEnterpriseInformationPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"enterpriseNameList": "",
"enterpriseName": "",
"year": [],
"ciicIndustry": [],
"ciicIndustryDetail": [],
"gbIndustry": [],
"gbIndustryDetail": [],
"provinceName": [],
"cityName": [],
"natureEnterprise": [],
"dataSources": [],
"investmentCountry": [],
"cityName1": [],
"subTaskId": 7551,
"page": 1,
"rows": 100,
"type": 0
}'
返回响应
🟢200成功
application/json
Body
code
string
必需
msg
string
必需
data
object
必需
total
integer
必需
size
integer
必需
current
integer
必需
pages
integer
必需
records
array [object {16}]
必需
示例
{ "code": "200", "msg": "success", "data": { "total": 200, "size": 100, "current": 1, "pages": 2, "records": [ { "id": 203, "uuid": "8B81A8D1-C131-432F-8A97-EC4EFC9D2AF3", "companyCode": "code20191403217SC", "companyName": " 上海音智达信息技术有限公司", "year": "2020", "dataSource": "上市公司", "province": "上海市", "city": "上海市", "companyProperty": "民营企业", "investmentCountry": "中国大陆&&", "industryCategories": "交通运输行业", "industrySegmentation": "货代", "industryMl": "", "industryClass": "\r", "object": null, "mapList": null }, { "id": 11, "uuid": "4E5F4687-0502-4FE7-83AE-0C94D3005FE2", "companyCode": "code20201422420SC", "companyName": "name2111", "year": "2020", "dataSource": "市场调研", "province": "浙江省", "city": "嘉兴市", "companyProperty": "国有企业", "investmentCountry": "中国大陆&&", "industryCategories": "其他行业", "industrySegmentation": "其他行业", "industryMl": "", "industryClass": "\r", "object": null, "mapList": null }, { "id": 12, "uuid": "73E7CB18-BB54-45FC-9513-B94CEA2041B4", "companyCode": "code20201422315SC", "companyName": "name2112", "year": "2020", "dataSource": "市场调研", "province": "江苏省", "city": "无锡市", "companyProperty": "外资企业", "investmentCountry": "日本&&", "industryCategories": "能源化工行业", "industrySegmentation": "精细化工", "industryMl": "", "industryClass": "\r", "object": null, "mapList": null }, { "id": 13, "uuid": "A992A089-38A8-4A07-BDB4-45A1C68AD914", "companyCode": "code20201422220SC", "companyName": "name2113", "year": "2020", "dataSource": "市场调研", "province": "湖北省", "city": "武汉市", "companyProperty": "民营企业", "investmentCountry": "中国大陆&&", "industryCategories": "建筑行业", "industrySegmentation": "建筑装饰", "industryMl": "", "industryClass": "\r", "object": null, "mapList": null }, { "id": 14, "uuid": "06B5BC8C-165D-454A-8982-108E6B0EC9BB", "companyCode": "code20201422112SC", "companyName": "name2114", "year": "2020", "dataSource": "市场调研", "province": "湖北省", "city": "武汉市", "companyProperty": "合资企业", "investmentCountry": "其他国家/地区&中国大陆&", "industryCategories": "金融行业", "industrySegmentation": "保险", "industryMl": "", "industryClass": "\r", "object": null, "mapList": null }, { "id": 135, "uuid": "27E61F5F-0794-471F-9370-5CF6FCD5A7F1", "companyCode": "code20191410013SC", "companyName": "name2115", "year": "2019", "dataSource": "市场调研", "province": "江苏省", "city": "无锡市", "companyProperty": "国有企业", "investmentCountry": "", "industryCategories": "制造行业", "industrySegmentation": "", "industryMl": "", "industryClass": "\r", "object": null, "mapList": null }, { "id": 15, "uuid": "25142954-1578-4A4B-ABB7-6701088506FA", "companyCode": "code20201422020SC", "companyName": "name2115", "year": "2020", "dataSource": "市场调研", "province": "江苏省", "city": "无锡市", "companyProperty": "国有企业", "investmentCountry": "中国大陆&&", "industryCategories": "制造行业", "industrySegmentation": "机械设备制造", "industryMl": "", "industryClass": "\r", "object": null, "mapList": null },
修改于 2023-01-03 10:14:18