curl --location --request GET 'http://www.likeadmin.localhost/adminapi/dept.jobs/detail?id=' \
--header 'token: {{token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 4,
"name": "普通员工",
"code": "user",
"sort": 4,
"status": 0,
"remark": "111",
"create_time": null,
"update_time": null,
"delete_time": null
}
}