curl --location --request GET '/system/post/optionselect'
{
"code": 0,
"msg": "string",
"data": [
{
"postId": 0,
"deptId": 0,
"postCode": "string",
"postName": "string",
"postCategory": "string",
"postSort": 0,
"status": "string",
"remark": "string",
"createTime": "2019-08-24T14:15:22Z",
"deptName": "string"
}
]
}