{
"createBy": "1",
"createDept": "103",
"createTime": "2024-09-25 11:59:36",
"postCode": "as",
"postId": "5",
"postName": "部门经理",
"postSort": 5,
"remark": "",
"status": "0",
"tenantId": "000000",
"updateBy": null,
"updateTime": null
}curl --location --request PUT '/system/post' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "1",
"createDept": "103",
"createTime": "2024-09-25 11:59:36",
"postCode": "as",
"postId": "5",
"postName": "部门经理",
"postSort": 5,
"remark": "",
"status": "0",
"tenantId": "000000",
"updateBy": null,
"updateTime": null
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}