{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"postCode": "string",
"postId": 0,
"postName": "string",
"remark": "string",
"sort": 0,
"status": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request PUT 'http://101.35.247.125:7788/system/post' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"postCode": "string",
"postId": 0,
"postName": "string",
"remark": "string",
"sort": 0,
"status": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{}