curl --location -g --request GET 'http://localhost:8081/dev-api/designer/designerInfo/list?dept.deptName=&dept.orderNum=&roles[0].roleKey=&roles[0].roleName=&roles[0].roleSort=&userName=' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}