curl --location --request GET '/currency/industry/data/centers/list?industryId&baseId&startTime&endTime' \
--header 'Token: {{TOKEN}}'{
"code": 200,
"data": null,
"message": "操作成功!",
"result": {
"industryList": [
{
"baseId": "13",
"companyNumber": 5,
"industryId": "4",
"industryName": "航空航天2",
"number": 55,
"orderRate": "2.87",
"retainedRate": "100"
}
],
"industryTag": [
{
"baseId": "13",
"companyNumber": 1,
"industryId": "10",
"industryName": "钢铁",
"number": 55
}
]
},
"success": true,
"timestamp": "1723104768558"
}