Authorization: Bearer ********************
{
"dataYear": "2020",
"categoryStockMarket": [
"1",
"2"
],
"stockCode": "999999",
"stockAbbreviation": "99",
"chineseNameTheCompany": "上海",
"listingSegment": [
"1",
"2"
],
"listingStatus": [
"1",
"2"
],
"concept": [
"1",
"2"
],
"province": [
"1",
"2"
],
"city": [
"1",
"2"
],
"companyNatureFlush": [
"1",
"2"
],
"industryNewCSRC": [
"1",
"2"
],
"shenwanIndustry": [
"1",
"2"
],
"chinaSecuritiesIndustry": [
"1",
"2"
],
"nationalEconomicIndustry": [
"1",
"2"
],
"tagId": [
"1",
"2"
],
"indexConditionList": [
{
"indexName": "专科生人数",
"tableName":"li_enterprise_main_info",
"fieldName":"number_junior_college_students",
"indexType":"1",
"year":"2020",
"start":"1000",
"end":"3000"
},
{
"indexName": "高中人数",
"tableName":"li_enterprise_main_info",
"fieldName":"number_high_school_students",
"indexType":"2",
"year":"2020",
"rankType":"2",
"limit":"10"
},
{
"indexName": "其他学历人数",
"tableName":"li_enterprise_main_info",
"fieldName":"number_people_other_qualifications",
"indexType":"4",
"year":"2020",
"rankType":"2",
"limit":"10"
},
{
"indexName": "研究生人数",
"tableName":"li_enterprise_main_info",
"fieldName":"number_postgraduates",
"indexType":"3",
"year":"2020",
"compareType":"1",
"compareIndexName":"研究生人数",
"compareTableName":"li_enterprise_main_info",
"compareField":"number_postgraduates",
"compareYear":"2021"
}
]
}
curl --location --request POST 'http://localhost:9999/api1/li_enterprise_main_info/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataYear": "2020",
"categoryStockMarket": [
"1",
"2"
],
"stockCode": "999999",
"stockAbbreviation": "99",
"chineseNameTheCompany": "上海",
"listingSegment": [
"1",
"2"
],
"listingStatus": [
"1",
"2"
],
"concept": [
"1",
"2"
],
"province": [
"1",
"2"
],
"city": [
"1",
"2"
],
"companyNatureFlush": [
"1",
"2"
],
"industryNewCSRC": [
"1",
"2"
],
"shenwanIndustry": [
"1",
"2"
],
"chinaSecuritiesIndustry": [
"1",
"2"
],
"nationalEconomicIndustry": [
"1",
"2"
],
"tagId": [
"1",
"2"
],
"indexConditionList": [
{
"indexName": "专科生人数",
"tableName":"li_enterprise_main_info",
"fieldName":"number_junior_college_students",
"indexType":"1",
"year":"2020",
"start":"1000",
"end":"3000"
},
{
"indexName": "高中人数",
"tableName":"li_enterprise_main_info",
"fieldName":"number_high_school_students",
"indexType":"2",
"year":"2020",
"rankType":"2",
"limit":"10"
},
{
"indexName": "其他学历人数",
"tableName":"li_enterprise_main_info",
"fieldName":"number_people_other_qualifications",
"indexType":"4",
"year":"2020",
"rankType":"2",
"limit":"10"
},
{
"indexName": "研究生人数",
"tableName":"li_enterprise_main_info",
"fieldName":"number_postgraduates",
"indexType":"3",
"year":"2020",
"compareType":"1",
"compareIndexName":"研究生人数",
"compareTableName":"li_enterprise_main_info",
"compareField":"number_postgraduates",
"compareYear":"2021"
}
]
}'
{
"code": "200",
"msg": "成功!",
"data": {
"records": [
{
"stock_code": "300291.SZ",
"stock_abbreviation": "百纳千成",
"chinese_name_the_company": "北京百纳千成影视股份有限公司",
"company_nature_flush": "民营企业",
"province": "北京市",
"city": "石景山区",
"listing_segment": "创业板",
"initial_listing_date": "2012-02-09",
"industry_new_csrc": "R86",
"shenwan_industry": "720601",
"china_securities_industry": "50302010",
"national_economic_industry": "",
"main_business": "影视、营销、体育、综艺"
},
{
"stock_code": "300782.SZ",
"stock_abbreviation": "卓胜微",
"chinese_name_the_company": "江苏卓胜微电子股份有限公司",
"company_nature_flush": "其他",
"province": "江苏省",
"city": "无锡市",
"listing_segment": "创业板",
"initial_listing_date": "2019-06-18",
"industry_new_csrc": "C39",
"shenwan_industry": "270105",
"china_securities_industry": "45301010",
"national_economic_industry": "C3824",
"main_business": "射频前端芯片的研究、开发与销售"
}
],
"total": 7,
"size": 5,
"current": 2,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 2
}
}