curl --location --request GET '/post/'
{
"code": 0,
"msg": "string",
"data": {
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"postId": 0,
"postCode": "string",
"postName": "string",
"postSort": "string",
"status": "string",
"remark": "string",
"flag": true
}
}