Authorization: Bearer ********************
{
"subTaskId": 7551,
"enterpriseDataPoolList": [
{
"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
}
]
}
curl --location --request POST 'http://localhost:9999/api1/enterprise/data-pool/insertEnterpriseDataPool' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"subTaskId": 7551,
"enterpriseDataPoolList": [
{
"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
}
]
}'
{"code":"200","msg":"success","data":{"code":"500","msg":"数据池中已存在,请刷新页面","data":null}}