Authorization: Bearer ********************
curl --location --request GET 'http://119.45.164.188:9180/prod-api/system/post/'
{
"code": 0,
"msg": "string",
"data": {
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"postId": 0,
"postCode": "string",
"postName": "string",
"postSort": 0,
"status": "string",
"remark": "string",
"flag": true
}
}