{
"pageSize": 10,
"pageNum": 1
}curl --location --request GET '/system/post/list' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 10,
"pageNum": 1
}'{
"code": 0,
"data": {
"rows": [
{
"createBy": "1",
"createDept": "103",
"createTime": "2024-09-10 11:59:36",
"postCode": "ceo",
"postId": "1",
"postName": "董事长",
"postSort": 1,
"remark": "",
"status": "0",
"tenantId": "000000",
"updateBy": null,
"updateTime": null
},
{
"createBy": "1",
"createDept": "103",
"createTime": "2024-09-10 11:59:36",
"postCode": "se",
"postId": "2",
"postName": "项目经理",
"postSort": 2,
"remark": "",
"status": "0",
"tenantId": "000000",
"updateBy": null,
"updateTime": null
},
{
"createBy": "1",
"createDept": "103",
"createTime": "2024-09-10 11:59:36",
"postCode": "hr",
"postId": "3",
"postName": "人力资源",
"postSort": 3,
"remark": "",
"status": "0",
"tenantId": "000000",
"updateBy": null,
"updateTime": null
},
{
"createBy": "1",
"createDept": "103",
"createTime": "2024-09-10 11:59:36",
"postCode": "user",
"postId": "4",
"postName": "普通员工",
"postSort": 4,
"remark": "",
"status": "0",
"tenantId": "000000",
"updateBy": null,
"updateTime": null
}
],
"total": "4"
},
"message": "查询成功",
"status": 200
}