Authorization: Bearer ********************curl --location --request GET '/tjzf/xzcfxx/getXzcfxxData?pageNum=1&pageSize=10' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"id": 0,
"areaName": "string",
"enterpriseName": "string",
"legalPerson": "string",
"itemName": "string",
"illegalFact": "string",
"punishContent": "string",
"punishUnit": "string",
"punishTime": "string"
}
],
"code": 0,
"msg": "string"
}