curl --location --request GET 'https://java-admin.likeadmin.cn//api/system/post/list'
{
"code": 200,
"msg": "成功",
"data": {
"count": 1,
"pageNo": 1,
"pageSize": 20,
"lists": [
{
"id": 1,
"code": "hr",
"name": "人事主管",
"remarks": "管理公司人员和招聘",
"sort": 5,
"isStop": 0,
"createTime": "2022-06-07 14:42:00",
"updateTime": "2022-06-07 14:44:33"
}
]
}
}