Authorization: Bearer ********************curl --location --request GET '/gongye/zjz/xqcyzjz?dataTime=2025-02&areaCode=3701' \
--header 'Authorization: Bearer <token>'{
"msg": "string",
"code": 0,
"data": [
{
"industryCode": "string",
"industryName": "string",
"industries": [
{
"areaCode": "string",
"areaName": "string",
"enterpriseQuantity": 0,
"thisValue": 0,
"preValue": 0,
"valueGrowth": 0,
"thisProfit": 0,
"preProfit": 0,
"profitGrowth": 0
}
]
}
]
}