curl --location --request GET 'http://192.168.20.159:8080/system/post/list?postCode=&postName=&postSort=' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"data": {
"total": 922337203685477600,
"list": [
{
"postId": 922337203685477600,
"postCode": "string",
"postName": "string",
"postSort": 0,
"status": "string",
"remark": "string",
"createTime": "2019-08-24T14:15:22Z"
}
]
},
"code": 0,
"msg": "string"
}