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