curl --location --request GET 'http://localhost:8081/demo/demo/list?id=&deptId=&userId=&orderNum=&testKey=&value=' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"deptId": 0,
"userId": 0,
"orderNum": 0,
"testKey": "string",
"value": "string",
"createTime": "2019-08-24T14:15:22Z",
"createBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"updateBy": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}