Authorization: Bearer ********************curl --location --request GET '/gongyeGxjscy/searchByParams?areaCode=3709&pageNum=1&pageSize=10' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"enterpriseCode": "string",
"enterpriseName": "string",
"areaCode": "string",
"updateTime": null,
"enterpriseTypes": [
"string"
],
"types": "string"
}
],
"code": 0,
"msg": "string"
}