Authorization: Bearer ********************curl --location --request GET '/tjzf/jcgl/page?pageNum=1&pageSize=2&workstationIntroduction=工作站&streetIntroduction=街' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"id": 0,
"streetIntroduction": "string",
"streetImg": "string",
"workstationIntroduction": "string",
"workstationImg": "string"
}
],
"code": 0,
"msg": "string"
}