curl --location --request GET 'https://java-admin.likeadmin.cn//api/system/post/all'
{
"code": 200,
"msg": "成功",
"data": [
{
"id": 1,
"code": "hr",
"name": "人事主管",
"remarks": "管人的",
"sort": 10,
"isStop": 0,
"createTime": "2022-06-07 15:10:18",
"updateTime": "2022-06-07 15:10:18"
}
]
}