curl --location --request GET '/system/post/list?createBy&createTime&updateBy&updateTime&remark¶ms.key.key&postId&postCode&postName&postSort&status&flag' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijg1ZGQyMjFhLTMwZjQtNDdjNS04MmYxLWJkOWYyM2E0NzIzNyJ9.7cjOFUNC1zh4ojUHyEN4RrF5wkcnRSJKQpQgm1ZSx-pkD21-kHIf1w-5hCaUzb4XFkBxpyNDTfCAvH_2aLotPA'{
"total": 4,
"rows": [
{
"createBy": "admin",
"createTime": "2024-03-26 09:23:42",
"updateBy": null,
"updateTime": null,
"remark": "",
"postId": 1,
"postCode": "ceo",
"postName": "董事长",
"postSort": 1,
"status": "0",
"flag": false
},
{
"createBy": "admin",
"createTime": "2024-03-26 09:23:42",
"updateBy": null,
"updateTime": null,
"remark": "",
"postId": 2,
"postCode": "se",
"postName": "项目经理",
"postSort": 2,
"status": "0",
"flag": false
},
{
"createBy": "admin",
"createTime": "2024-03-26 09:23:42",
"updateBy": null,
"updateTime": null,
"remark": "",
"postId": 3,
"postCode": "hr",
"postName": "人力资源",
"postSort": 3,
"status": "0",
"flag": false
},
{
"createBy": "admin",
"createTime": "2024-03-26 09:23:42",
"updateBy": null,
"updateTime": null,
"remark": "",
"postId": 4,
"postCode": "user",
"postName": "普通员工",
"postSort": 4,
"status": "0",
"flag": false
}
],
"code": 200,
"msg": "查询成功"
}